.auth-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.auth-border {
	background: #babec1;
	width: 450px;
}

.wrp-input {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.auth-wrap .error {
    text-align: center;
    color: red;
    margin-top: 11px;
}
.auth-wrap button {
	background: #38368d;
	color: #fff;
	outline: none;
	border: none;
	padding: 15px 15px;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
}
.auth-wrap button:disabled{
	color:#ccc;
	background: #4f4da7;
}
.auth-border form {
	margin: 26px;
	background: #fff;
	border-radius: 10px;
	padding: 40px;
}

.auth-border .auth-title {
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #38368d;
	margin-bottom: 33px;
}

.auth-border label {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
	    color: #000;
}

.auth-border input {
	border: 1px solid #babec1;
	border-radius: 5px;
	color: #000;
	padding: 14px 14px;
}

.polz_soglas {
	margin-top: 30px;
	display: flex;
}
.polz_soglas input{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.polz_soglas label {
	font-weight: 100;
	display: flex;
}
.polz_soglas a {
color: #000;
    font-size: 14px;
    line-height: 1.5;
}

.polz_soglas input:checked{
	background: #fff;
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color: #b3d7ff;
}
.custom-checkbox:not(:disabled):active+label::before {
	background-color: #fff;
	border-color: #b3d7ff;
}

.custom-checkbox:focus:not(:checked)+label::before {
	border-color: #80bdff;
}
.custom-checkbox:checked+label::before {
	border-color: #babec1;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2338368d' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox:disabled+label::before {
	background-color: #e9ecef;
}
.wrp-input-verification {
    display: flex;
    margin-bottom: 15px;
}

input.sms-verification__field {
    border: none;
    border-bottom: 2px solid #babec1;
    padding: 6px 0;
    width: 25%;
    border-radius: 0;
    margin: 12px 15px 0;
    font-size: 20px;
    text-align: center;
}
#content {
    padding: 0!important;
}
input.sms-verification__field:hover {
    border: none;
    border-bottom: 2px solid #38368d;
}
input.sms-verification__field:active, input.sms-verification__field:focus {
     border: none;
   outline:none;
   border-bottom: 2px solid #38368d;
}
.auth-subtitle {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    line-height: 1.5;
}
.auth-wrap .auth-btn {
    background: #fff;
    color: #38368d;
    outline: none;
    border: none;
    padding: 15px 15px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
input.sms-verification__field.error {
    border-bottom: 2px solid red;
}
.wrp-input small {
    text-align: center;
    margin-top: 10px;
}
.confirm_phone, .last-regitrashion, .code_back{
	display: none;
}
.timer {
    color: #ccc;
    text-align: center;
}
@media screen and (max-width:500px){
	.auth-border form {
		margin: 19px;
		background: #fff;
		border-radius: 10px;
		padding: 20px;
	}
	.auth-border .auth-title {
		font-size: 20px;
	}
}