html, body
{
	margin:0;
	padding:0;
	height:100%;
	width:100%;	
}

body
{		
	background:#fff;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: 'PT Sans', sans-serif;
	line-height: 1;
}

img
{
	border:0;
}

.png
{
	-behavior: url("/static/login/png.htc");
}

.clear
{
	clear:both;
	font-size:0;
}

.container
{
	position:relative;
	height:100%;
	min-height:400px;
	background:url("../images/background.jpg") left bottom no-repeat;
}

.distance 
{ 
	width:1px;
	height:50%;
	margin-bottom:-160px;
	float:left;
}

.loginPanel {
	width: 438px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -240px 0 0 -220px;
	text-align: left;
	z-index: 101;
}

.loginPanel .logo
{
	width:340px;
	height:39px;
	margin-top:20px;
	background: url("../images/logo.png") left bottom no-repeat;
}

.loginPanel .textField
{
	position:absolute;
	top:169px;
	background:#fff;
	width:399px;
	margin-left:19px;
	height:60px;
    z-index: 30;
}

.loginPanel .textFieldPadding
{
	top:89px;
	padding-top:20px;
}


.loginPanel .demo {
	top: 220px;
	padding-top: 20px;
}
.loginPanel .textField.demo label {
	text-align: center;
	color: #5c5c5c;
	font-size: 12px;
	padding: 0 68px 15px;
}

.loginPanel .textFieldPadding .errorlist
{
	display: block;
	margin-bottom: 5px;
	padding-left: 22px;
	color: #900;
	font-size: 14px;
}
.errorlist
{
     padding-left: 20px;
     padding-top: 8px;
     color: red;
}

.loginPanel {
	padding-top: 15px;
	height: 405px;
}

.loginPanel.demo,
.loginPanel.esia {
	height: 475px;
}

.loginPanel .textField input {
	font-size: 18px;
	color: #333;
	width: 355px;
	padding-left: 3px;
	margin-left: 20px;
	border: 1px solid #74A0AD;
	height: 20px;
	padding-top: 3px;
	font-family: 'PT Sans', sans-serif;
}
.loginPanel .textField select {
	font-size: 14px;
	color: #333;
	width: 355px;
	padding-left: 3px;
	margin-left: 20px;
	border: 1px solid #74A0AD;
	height: 26px;
	font-family: 'PT Sans', sans-serif;
}

.loginPanel .textField label {
	display: block;
	margin-bottom: 5px;
	padding-left: 22px;
	color: #74A0AD;
	font-size: 14px;
}

.loginPanel .topLeft {
	position: absolute;
	left: 0;
	top: 0;
	width: 191px;
	height: 119px;
	background: url("../images/top_left.png") left top no-repeat;
}

.loginPanel .topRight {
	position: absolute;
	right: 0;
	top: 0;
	width: 191px;
	height: 119px;
	background: url("../images/top_right.png") right top no-repeat;
}

.loginPanel .bottomLeft {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 191px;
	height: 119px;
	background: url("../images/bottom_left.png") left bottom no-repeat;
}

.loginPanel .bottomRight {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 191px;
	height: 119px;
	background: url("../images/bottom_right.png") right bottom no-repeat;
}

.loginPanel .topArea {
	position: absolute;
	width: 360px;
	height: 82px;
	top: 12px;
	left: 40px;
	background: url("../images/head_bg.jpg") center top no-repeat;
}

.loginPanel .bottomArea {
	position: absolute;
	bottom: 13px;
	left: 40px;
	background: #FFF;
	width: 360px;
	height: 50px;
	padding-top: 23px;
	padding-bottom: 20px;
	top: 310px;
}


.loginPanel .bottomArea .nextButton {
	width: 80px;
	height: 24px;
	float: right;
	display: block;
	position: relative;
	margin-right: 0px;
	margin-top: 20px;
	background: url("../images/next.png") no-repeat right bottom;
}

.loginPanel .bottomArea a {
	color: #74a0ad;
	font-size: 12px;
	text-decoration: underline;
	margin-left: 26px;
	margin-top: 6px;
	display: inline-block;
}
.loginPanel .bottomArea input {
	width: 155px;
	height: 34px;
	float: right;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	background: #44a5c6;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	transition: background 0.2s;
}


.barsLogo
{
	position:absolute;
	bottom:0;
/*	left:0;*/
  right: 0;
	z-index:100;
	width:433px;
	height:84px;
	background: url("../images/bars_logo.png") center top no-repeat;
}

.tyu_info_text
{
	color: #a2a2a2;
	font-size: 10px;
	text-align:right;
	width:600px;
	height:100px;
	position:absolute;
	bottom:84px;
    right:0;
	z-index:100;
}

.tyu_info_text p
{
	position: absolute;
	bottom: 0;
	right:0;
}

.bottomEsia {
	background: #E6FBFE;
	padding: 27px 35px;
	position: absolute;
	width: 333px;
	border-radius: 0 0 10px 10px;
	left: 17px;
	top: 390px;
	border-top: 1px solid #74A0AD;
}

.bottomEsia a,
.esia-only .esia-button a {
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	background: #44A5C6;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	display: block;
	text-align: center;
	height: 34px;
	line-height: 34px;
	transition: background 0.2s;
}
.loginPanel.demo.esia-only {
	height: 186px;
}
.esia-only .esia-button {
	width: 180px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: 116px;
}
.loginPanel.esia-only {
	margin: -120px 0 0 -220px;
}
.loginPanel.selectLogin{
	margin:-137px 0 0 -220px;
	height:274px;
	}
.loginPanel.selectLogin .textField{
	top: 91px;
	}
.loginPanel.selectLogin .bottomArea{
	top: 181px;
	padding-bottom: 0px;
}
.loginPanel.selectLogin .bottomArea .enterButton{
	float:left;
	}
.loginPanel.selectLogin .textField.demo label { 
    padding: 0 30px 15px;
}
.loginPanel.selectLogin .textField.demo.error label {
	font-size: 18px;
}

.support-contacts-login {
    font-size: 14px;
    color: #5e5e5e;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -104px;
    margin-top: 80px;
}