BODY,HTML{
	margin:0px;
	padding:0px;
	height:100%;
	overflow-x: hidden;
}

BODY {
	margin:0px;
	padding:0px;
	font-family: 'PT Sans';
	font-size:15px;
	background-color:#000;
	background-image: url('../img/bgn.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height:100%;
}

.clear{clear:both;}

H2{
	text-align: center;
	font-size: 17px;
}

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}

.inindex{
	display:block;
	float:left;
	text-decoration:none;
	margin:10px 15px;
	color:#fff;
	background-image:url(../img/strindex.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding:0px 0px 0px 23px;
}


.contener{
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}


.user_auth_block{
	background:#fff;
	width:320px;
	border-radius:15px;
	padding:1px 15px 15px 15px;
	position: relative;
}



.inpreg{
	width: calc(100% - 30px);
	padding:7px 15px;
	margin-bottom:5px;
	background: #ececec;
	border-radius:50px;
	border: 0;
}


.btnform{
	color: #fff;
	background: #ffdb00;
	border:1px solid #ffdb00;
	margin-top: 3px;
	padding: 7px 15px;
	font-size: 17px;
	cursor:pointer;
	width: 100%;
	border: 0;
	border-radius:50px;
}


.g-recaptcha{
	color: #000;
	background: #137f5f;
	margin-top: 3px;
	padding: 7px 15px;
	font-size: 17px;
	width: 100%;
	cursor:pointer;
	border: 0;
	border-radius:50px;
}

.user_auth_block_foot{
	margin-top:15px;
	text-align: center;
}
.user_auth_block_foot a{
	color: #000000;
	margin: 0 10px;
}


.abs_1{
	position: absolute;
	width: 70px!important;
	top: -60px;
	left: -60px;
}
.abs_1{
	display: block;
	width: 100%;
}


.abs_2{
	position: absolute;
	width: 70px!important;
	bottom: -60px;
	right: -20px;
}
.abs_2{
	display: block;
	width: 100%;
}



.errors{
	background-color:#b10000;
	color: #ffffff;
	padding:7px 10px;
	margin-bottom:10px;
	border-radius:3px;
	text-align:center;
	border-radius: 50px;
}

.radio {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0px;
}
.radio + label {
	cursor: pointer;
}
.radio:not(checked) {
	position: absolute;
	opacity: 0;
}
.radio:not(checked) + label {
	position: relative;
	padding: 0 0 0 30px;
}
.radio:not(checked) + label:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #ffdb00;
	border-radius: 50%;
	background: #FFF;
}
.radio:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ffdb00;
	opacity: 0;
	transition: all .2s;
}
.radio:checked + label:after {
	opacity: 1;
}

.authSoc{
	background:#ececed;
	border-radius:3px;
	padding:5px 0px;
	margin-bottom:10px;
}

.ipblocked{
	color:#fff;
	background:#9f0000;
	padding:5px 10px;
	border-radius:3px;
}


.logo_auth{
	margin-top: 30px;
	margin-bottom: 30px;
}
.logo_auth img{
	display: block;
	width: 150px;
}

.offer{
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.offer_with{
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -5px;
	margin-bottom: 15px;
	text-align: center;
}

.offer_text{
	color: #ffffff;
	margin-bottom: 55px;
	width: 380px;
	text-align: center;
}

.why{
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 50px;
}


.preim{
	width: 700px;
	margin-top: 35px;
	display: flex;
	flex-wrap: wrap;
	color: #ffffff;
	margin-bottom: 30px;
	align-items: center;
	justify-content: center;
}

.preim_one{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 130px;
	margin: 10px 15px;
	text-align: center;
}

.preim_ic{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	background: #137f5f;
	border-radius:5px;
	margin-bottom: 6px;
}


@media screen and (max-width: 1000px) {
	.user_auth_block{
		width: 90%;
	}
	.preim{
		width: 100%;
	}
}





