

/* Start:/local/templates/.default/components/bitrix/system.auth.form/main/style.css?17653750512818*/
.main-form-wrapper{
    background: url('/local/imgs/background-for-forms.jpg') right/50% no-repeat;
    background-position: right top;
}

.left-fields-wrapper {
    width: 50%;
    padding: 50px;
    color: #ffffff;
    text-align: center;
}

.left-fields{
    width: 70%;
    margin-left: auto;
    margin-right: -30px;
}

.form-info {
    font-weight: 100;
    font-size: 12px;
    color: #edf0f3;
    line-height: 18px;
    letter-spacing: 0.5px;
    word-spacing: 2px;
    margin-bottom: 50px;
}

.change-form-block {
    margin-bottom: 70px;
    font-size: 20px;
    word-spacing: 10px;
}

.change-form-block a{
    color: #ffffff;
    font-weight: 100;
}

.change-form-block a.active{
    font-weight: 400;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.title-register-form {
    width: 75%;
    margin: 50px auto;
    padding-top: 35px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 36px;
    font-size: 25px;
}

.left-background-wrapper{
    background: linear-gradient(to right, #788ea2 50%, #ffc0cb00 50%);
}

.left-background-wrapper .maxwidth-theme{
    background: none;
}

.personal-form {
    margin-bottom: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-field{
    width: 100%;
    margin: 15px 0;
}

.personal-form .form-field input{
    width: 63%;
    background: none;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #edf0f3;
    padding: 0 10px;
}

.auth-form-wrapper {
    display: flex;
    flex-direction: column;
}

.personal-form .form-field input[type="text"]:focus,
.personal-form .form-field input[type="password"]:focus{
    background: none;
    border: none;
    border-bottom: 1px solid #edf0f3;
}

.personal-form .form-field label{
    font-size: 15px;
    color: #edf0f3;
}

.site-phone-wrapper {
    color: #edf0f3;
    margin-right: 20px;
}

.bottom-form-info {
    display: flex;
    font-size: 12px;
    width: fit-content;
    margin: auto;
}

.bottom-form-info a{
    color: #edf0f3;
    font-size: 11px;
}

#LOGIN {
    width: 230px;
}

#PASSWORD {
    width: 280px;
}

@media screen and (max-width: 1241px){
    .main-form-wrapper{
        background: url('/local/imgs/background-for-forms.jpg') right/cover no-repeat;
    }
    .left-fields{
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    #LOGIN, #PASSWORD {
        width: 100%;
        text-align: center;
    }
}

.forgot-password {
    color: #fff;
    margin-left: auto;
    font-size: 13px;
    margin-top: -12px;
    letter-spacing: 1px;
}

.personal-form .btn.btn-sm {
    border: none;
}

@media screen and (max-width: 741px){
    .left-background-wrapper{
        background: #788ea2;
    }
    .left-fields-wrapper{
        width: auto;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/system.auth.form/main/style.css?17653750512818 */
