div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}

.popupForm_form :invalid {
	border-color: #ED1C24;
}
/* .popupForm_form :valid{ */
	/* border-color: #22B14C; */
/* } */

.field_input{
	width: 100%;
	margin-top: 5px;
}

.d-flex{
	display: flex;
}

.btn-uodate-captcha{
	background: transparent;
	border: 0;
	color: #0FA7F0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	padding: 0;
	margin: 0 0 0 10px;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}

.btn-uodate-captcha:active{
	top: 1px;
}

.btn-uodate-captcha:hover{
	background: #0FA7F0;
	color: #FFF;
}