div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}
.errortext{
 color: red;
}	
.auth_title {
	font-size: 24px;
	font-weight: 800;
	margin-bottom:15px;
}

.authForm {
	margin: 30px 0 0;
}
.authForm .form-control {
	border: none !important;
	box-shadow:none !important;
	outline: none !important;
	border-bottom: 2px #aaa solid !important;
	margin: 0 0 30px;
}

.authForm .btn {
	padding: 10px 15px !important;
	margin: 15px 0 30px;
}

.authForm  .links {
    line-height: 3;
}