/*
 * Login css
 *
 * - Стили для страницы входа в систему
 *
 * Copyright Evo-systems, 2012
 */

body{
	background: url("/javax.faces.resource/login/LoginBackground.jpg.xhtml?ln=img") no-repeat center center fixed;
	background-size: cover;
}
#login_form_container{
	height: 100%;
	width: 100%;
	position: fixed;
}
#loginForm\:loginFormPanel{
	background: url("/javax.faces.resource/login/LoginWindow.png.xhtml?ln=img") no-repeat;
	border: none;
	width: 470px;
	position: relative;
	left: 52%;
	top: 35%;
	margin-left: -270px;
	margin-top: -150px;
}
#loginForm\:loginFieldsPanel{
	background-color: white;
	margin-top: 190px;
	background: transparent;
}
#loginForm\:loginFieldsPanel tr, #loginForm\:loginFieldsPanel td{
	border-width: 0;
	background: transparent;
	text-align: left;
}
#loginForm\:goPanel{
	margin-top: 40px;
	text-align: justify;
	font-size: 11px;
	font-family: sans-serif;
}
#loginForm\:loginButton{
	margin-left: 15px;
}
#loginFooter{
	position: fixed;
	bottom: 0;
	height: 50px;
	width: 100%;
}

/* иконка - вход в систему */
.ui-icon.system_login_icon{
		background-image: url("/javax.faces.resource/surfbird-ui-icons_size16x16_full256x240.png.xhtml?ln=ico");
		background-position: 0px 0px;
}