.input_wrap-captcha{
	margin: 25px 0 0 0;
	display: flex;
	justify-content: start;
}

.form .notice{
	position: static !important;
}

.tip{
	font-size: 14px;
	text-align: right;
	margin-bottom: 5px;
	opacity: 0.6;
}

.tip-vk{
	margin-top: 5px;
	text-align: left;
	color: #000;
	font-size: 1.5rem;
	line-height: 2.2rem;
}

.bx-authform-input-container{
	flex: 1;
}

.bx-captcha img{
	height: 100%;
}

body .form_wrap.accent .form input[type=text],
body .form_wrap.accent .form input[type=tel]{
	border-bottom-color: #FFF;
}

.form_wrap .form .btn {
	margin: 10px 0 0 0;
}
@media only screen and (min-width: 1280px){
	.form_wrap .form .btn {
		width: 100%;
		font-size: 16px;
	}
}

.loading{
	position: relative;
}
.loading:before{
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	z-index: 95;
}
.loading:after{
	content: '';
    position: absolute;
    display: block;
    top: 18px;
    right: 18px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid #59a4b0;
    border-top-color: transparent;
    -webkit-animation: loading .3s linear infinite;
    animation: loading .3s linear infinite;
	z-index: 99;
}

body .param{
	width: 100%;
	text-align: left;
	margin: 15px 0;
}

body .form_wrap .btn{
	width: 100%;
	margin-top: 0;
	padding: 16px 0 14px;
}

@media only screen and (min-width: 768px){
	.form.form-forgot_password{
		max-width: 600px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1024px){
	.param.param-cb{
		display: flex;
		width: 100%;
		float: none;
		margin: 10px 0;
		justify-content: start;
	}
}

@media only screen and (min-width: 1280px){
	.form.form-forgot_password .input_wrap {
		padding: 20px 0 0;
	}
	.form.form-forgot_password .label,
	.form.form-forgot_password label {
		margin: 0 0 8px;
	}
	.param.param-cb label.check {
		font-size: 14px;
		padding-left: 30px;
		line-height: 22px;
		color: rgba(0,0,0,0.6);
	}
}