.form-auth {
	max-width: 360px;
	font-size: 14px;
	line-height: normal;
	font-family: "Cuprum", sans-serif;
}
.form-auth .form-title {
	text-align: center;
	font-size: 16px;
	line-height: 1.15;
}
.form-auth form {
	color: #777;
}
.form-auth a {
	color: #17224C;
	text-decoration: none;
}
.form-auth a:hover {
	text-decoration: underline;
}
.form-auth .form-message {
	padding: 10px 0;
}
.form-auth .form-social {
	text-align: center;	
}
.form-auth .form-input-box {
	display: block;
	margin: 5px 0 15px;
}
.form-auth .form-input-box span {
	line-height: 1;
}
.form-auth .form-input-box .form-input {
	display: block;
	width: 100%;
	padding: 11px 15px;
	line-height: 1.15;
	box-sizing: border-box;
	margin-top: 5px;
	border: 1px #D9D9D9 solid;
	color: #000;
}
.form-auth .form-input-box .form-input:hover {
	border-color: #AFAFAF;
}
.form-auth .checkbox-label input[type="checkbox"] {
	display: none;
}
.form-auth .checkbox-label input[type="checkbox"] + i {
	position: relative;
	display: inline-block;
	font-size: 0;
	height: 18px;
	width: 18px;
	box-sizing: border-box;
	border: solid 2px #D9D9D9;
	vertical-align: middle;
	border-radius: 3px;
}
.form-auth .checkbox-label input[type="checkbox"] + i:hover {
	border-color: #17224C;
}
.form-auth .checkbox-label input[type="checkbox"]:checked + i {
	border-color: #17224C;
	background-color: #17224C;
}
.form-auth .checkbox-label input[type="checkbox"]:checked + i:after {
	content: "";
	display: block;
	width: 35%;
	height: 65%;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) translate(-50%, -50%);
	position: absolute;
	top: 40%;
	left: 10%;
	box-sizing: content-box;
}
.form-auth .form-input-box .form-captcha {
	display: block;
	max-width: 100%;
}
.form-auth .form-link-forgotpass {
	float: right;
}
.form-auth .form-userconsent {
	line-height: 1;
}
.form-auth .form-btns {
	margin-top: 20px;
	text-align: center;
	margin: 0;
}
.form-auth .form-btn {
	font-family: "PT Sans", sans-serif;
	padding: 11px 20px;
	line-height: 1.3;
	font-size: 14px;
	background: none;
	border: none;
	color: #17224C;
	outline: none;
	min-width: 200px;
	cursor: pointer;
}
.form-auth .form-btn-main {
	padding: 11px 30px;
	background-color: #17224C;
	color: #fff;
	font-weight: bold;
}
.form-auth .form-btn-main:hover {
	background-color: #2A3459;
}
.form-auth .form-btn-main[disabled] {
	background-color: #D9D9D9;
	cursor: default;
}
.form-auth .form-auth-footer-links {
	margin: 15px 0;
	line-height: 1;
	text-align: center;
}
.form-auth label.form-input-box {
	text-align: center;
	margin-top: 20px;
}
.form-social .form-social-title {
	margin: 20px 0 5px;
	line-height: 1.15;
	font-size: 16px;
}
.form-social .form-social-or {
	margin: 15px 0;
	opacity: .5;
	line-height: 1.3;
}
.auth-soc-icons {
	list-style-type: none;
	font-size: 0.1px;
	word-spacing: 10px;
	line-height: 0;
	padding: 0;
	margin: 0;
}
.auth-soc-icon {
	margin-top: 10px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url("img/social_icons.png");
	opacity: 1;
}
.auth-soc-icon:hover {
	opacity: .7;
}
.auth-soc-icon-vkontakte {
	background-position: 0 center;
}
.auth-soc-icon-facebook {
	background-position: -60px center;
}
.auth-soc-icon-twitter {
	background-position: -120px center;
}
.auth-soc-icon-google-plus {
	background-position: -180px center;
}
.auth-soc-icon-odnoklassniki {
	background-position: -240px center;
}
.auth-soc-icon-mymailru {
	background-position: -300px center;
}
.auth-soc-icon a {
	display: block;
	height: 100%;
	width: 100%;
}
.form-auth__recaptcha {
	font-size: 10px;
	margin-top: 10px;
}
.grecaptcha-badge {
	visibility: hidden;
}
@media (max-width: 767px) {
	.form-auth .form-btns {
		text-align: center;
	}
}