/* auth form styles (A.K.) */

h3.auth-title {
	color: #fff;
	margin: 0 0 0 0;
}

.grecaptcha-badge {
	visibility: hidden;
}

a.auth-eye {
	display: inline-block;
	width: 33px;
	height: 22px;
	margin-left: 12px;
	margin-bottom: -4px;
	background: url("/cabinet/images/eye-close.png") left top no-repeat;
}

a.auth-eye.active {
	background-image: url("/cabinet/images/eye-open.png");
}

a.auth-eye.black {
	background-image: url("/cabinet/images/eye-black-close.png");
}

a.auth-eye.black.active {
	background-image: url("/cabinet/images/eye-black-open.png");
}

.inp-group input[name=AUTH_PASSWORD],
.inp-group input[name=AUTH_EMAIL2] {
    width: 85%;
    display: inline-block;
}

form.registration__form input[name=PASSWORD],
form.registration__form input[name=PASSWORD_CONFIRM] {
    width: 88%;
    display: inline-block;
}

form.profile__form .fields .field .inp-group input[name=PASSWORD],
form.profile__form .fields .field .inp-group input[name=PASSWORD_CONFIRM] {
    width: 88%;
    display: inline-block;
}

@media only screen and (max-width : 512px) {
	form.profile__form .fields .field .inp-group input[name=PASSWORD],
	form.profile__form .fields .field .inp-group input[name=PASSWORD_CONFIRM] {
		width: 80%;
	}
}
