#register_panel, .register-panel {
width : 400px;
}
.login-panel, .register-panel, .forgot-panel {
padding : 20px;
}
.login-panel .m_title, .register-panel .m_title, .forgot-panel .m_title {
font-size : 20px;
font-weight : 500;
color : #4a4a4a;
margin-bottom : 20px;
line-height : 1;
}
.login-panel .inputbox {
width : 145px;
margin : 0 4px 0 0;
vertical-align : top;
}
.login-panel input[type="submit"], .register-panel input[type="submit"], .forgot-panel input[type="submit"] {
border : 0;
vertical-align : top;
height : 30px;
}
.login-panel .create_account, .login-panel input[type="submit"], .register-panel input[type="submit"], .forgot-panel input[type="submit"], .login-panel .remember-field {
display : inline-block;
line-height : 30px;
/*background : #e12121;*/
color : white;
font-size : 14px;
padding : 0 10px !important;
margin-right : 30px;
border-radius: 0;

}
.login-panel .create_account:hover, .login-panel input[type="submit"]:hover, .register-panel input[type="submit"]:hover, .forgot-panel input[type="submit"]:hover {
/*background : #787878;*/
}
.login-panel .remember-field {
background : transparent;
margin : 0;
width : 110px;
font-size : 11px;
color : #333;
text-transform : uppercase;
}
.login-panel .remember-field label {
display : inline-block;
font-size : 11px;
}
.login-panel .remember-field input {
display : inline-block;
width : auto;
vertical-align : middle;
margin : -3px 0 0 10px;
}
.login-panel .links a, .register-panel .links a, .forgot-panel .links a {
font-size : 10px;
font-weight : bold;
color : #898989;
}
#totop {
height : 9px;
position : fixed;
right : -50px;
width : 49px;
z-index : 9999;
display : block;
bottom : 40px;
background-image : url("../images/arrow_totop.png");
background-repeat : no-repeat;
background-position : center 15px;
background-color : #404040;
font-size : 9px;
font-weight : 900;
color : #fff;
text-align : center;
line-height : 1;
padding : 28px 0 12px 0;
}
#totop.on {
right : 10px;
}
#totop.off {
right : -59px;
}


.login_widget_link{text-align: right; display: block;list-style-type: none;  margin-right: 20px;}


@media (max-width:767px) {
	.login_widget_link{display: none !important;}
}