

/* redirect login instructions */

.label{
	font-size: 16px;
}
.step2{ 
	width:800px;
	height:500px;
	background: url('img/ru_login.png');
}
.step3{
	background: url('img/ru_login_back.png');
}

div.formerror label {
	color: red;
}

.loginoptionlist{
	float: left;
	margin-left: 20px;
}
.loginoption{
	/** padding: 5px 5px 5px 5px;
	border: 1px #aaaaaa solid;
	border-radius: 5px; **/
	vertical-align: top;
	margin-bottom: 3px;
	font-weight: bold;
	clear: both;
}

.extraloginbutton{
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	padding: 1px 5px 1px 1px;
	border-radius: 4px;
	background-color: #dddddd;
	border-bottom: 2px #888888 solid;
	border-right: 2px #888888 solid;
	height: 23px;
	width: 200px;
	background: url('img/26_buttonbg.png');
	color: #666666;
	text-shadow: 2px 2px #eeeeee;
	text-decoration: none;
	cursor: pointer;
}

.extraloginbutton:hover{
	background: url('img/26_buttonbg_hover.png');
	color: #444444;
	text-shadow: 2px 2px #ffffff; 
	text-decoration: none;
}


.extraloginbutton div:hover, a.login_facebook:hover, a.login_twitter:hover, a.login_openid:hover{
	text-decoration: none;
}

.extraloginbutton div{
	float: left;
	padding: 5px 0px 5px 8px;
}
.extraloginbutton img{
	float: left;
	padding: 1px 1px 1px 1px;
}



.errorMessage{
	color: #990000;
	padding: 10px;
}
.loginMenu{
	margin-left: 20px;
}
.loginMenu .loginMenuLogin, .loginMenu .loginMenuRegister{
	cursor: pointer;
	border: 1px solid #D1D1C9;
	border-bottom: none;
	padding: 8px 32px;
	float: left;
	background: #F0EBEB;
	color: #666;
	margin-right: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.loginMenu .loginMenuRegister{
	/* margin-left: 62px; */
}
.loginMenu div.loginMenuSelected{
	background: none;
	color: inherit;
	/*border-bottom: 1px solid #f5f5f5;*/
    background: #ffffff;
    z-index: 10;
	position: relative;
}
.registerTab{
	display: none;
	padding-left: 0px;
	/* margin-top: 58px; */
}
.registerTab table{
	background: none;
	border: none;
}
.registerTab table tr{
	background: none;
}
.registerTab table td{
	padding-top: 0px;
	padding-bottom: 0px;
}

.errorLeft{
    float: left;
    width: 40px;
}
.errorRight{
    float: right;
    width: calc(100% - 50px);
}
.errorLeft i.fa{
    font-size: 2.5em !important;
}
.login-tries-error{
    font-size: 12px;
    line-height: 14px;
}


/* new styles */
.forgot-pass-text{
	font-size: 0.8rem;
}

form input {
	margin-bottom: 15px !important;
}