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);}

.mobile-wrapper-dropdown-line p {
	margin: 0;
	padding: 0;
}

#modal-login.mobile-wrapper-dropdown {
	z-index: 400; 
	right: auto; 
	left: auto; 
	width: 300px; 
	top: 109px; 
	padding: 0;
}
.modal-error-line,
.errortext,
#modal-login-error {
	color: #e31e24;
	font-weight: 700;
    font-size: 14px;
}
.mobile-wrapper-dropdown input:not([type="submit"]) {
	width: 100%;
}
.mobile-wrapper-dropdown input:focus,
.mobile-wrapper-dropdown input:active {
	outline: none;
}
.mobile-wrapper-dropdown .g-recaptcha > div {
	width: 100% !important;
	overflow: hidden;
}