

/* Start:/local/templates/boutonshoes/components/bitrix/system.auth.form/.default/style.css?17320036192150*/
/*modal type form*/
.form_auth_modal {
    position: fixed;
    z-index: 999;
}
.form_auth_modal .form_auth {
	background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
}
.form_auth_modal .form_auth_body {
    width: 500px;
    max-width: 100%;
    background: white;
    float: right;
    min-height: 100%;
    padding: 30px 50px;
	text-align: center;
    color: var(--black);
}
.form_auth_modal .form_auth_close {
	margin: 0 0 30px;
	display: block;
}
/*end modal type form*/

.form_auth {

}
.form_auth_body {
    max-width: 100%;
    background: white;
    padding: 30px 50px;
	text-align: center;
}
.form_auth_close {
    display: none;
}
.form_auth_close svg {
    width: 30px;
    height: auto;
	cursor: pointer;
}
.form_auth_title {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 20px;
}
.form_auth_subtitle {
	font-size: 20px;
}
.form_auth_description {
	text-align: left;
    margin: 15px 0;
}



.form_control {
    border: none;
    border-bottom: 1px solid var(--color-secondary);
    width: 100%;
    display: block;
    font-size: 18px;
}
.form_field {
    margin: 0 0 10px;
}
.form_field_label {
    width: 100%;
    display: block;
    color: var(--color-secondary);
    font-size: 18px;
	text-align: left;
}


.form_auth_body .secondary-btn {
	color: var(--black);
    border-radius: 25px;
    font-size: 20px;
    line-height: 24px;
}
.form_auth_body .secondary-btn:hover {
	color: var(--white);
	background: var(--black);
}
.form_auth_body .form_auth_registration .secondary-btn {
	background: transparent;
	border: 1px solid;
}
.form_auth_body .form_auth_registration .secondary-btn:hover,
.form_auth_body .form_auth_registration .secondary-btn:focus {
	color: var(--white) !important;
	background: var(--black);
}


.form_auth_forgot {

}
.form_auth_forgot a {

}
.form_auth_registration {
	margin: 40px 0 0;
}
.form_auth_registration .form_auth_description {
    text-align: center;
    font-size: 18px;
}
.form_auth_registration a {

}
.bx-authform-formgroup-container {
    margin-bottom: 25px;
}

/* End */
/* /local/templates/boutonshoes/components/bitrix/system.auth.form/.default/style.css?17320036192150 */
