.section-form-login {
    position: relative;
    font-family: PT-sans, sans-serif;
    box-shadow: 0px 4px 80px #E5E5E5;
    background: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    max-width: 540px;
    min-height: 390px;
}

.form-auth {
    width: 100%;
    max-width: 261px;
}

.btn-auth {
    font-family: PT-sans, sans-serif;
    position: absolute;
    background: #29BF12;
    border-radius: 5px;
    width: 100%;
    max-width: 261px;
    height: 50px;
    color: #ffffff;
    border: unset;
    cursor: pointer;
}

.form-reg_button:disabled,
.btn-auth:disabled,
.btn-send:disabled,
.btn-send_calc:disabled {
    background-color: #999 !important;
    cursor: not-allowed;
}

.btn-auth:focus,
.button-back:focus {
    border: unset;
    outline: unset;
}

.form-auth-title {
    text-align: center;
    font-size: 20px;
    position: relative;
    top: 30px;
    width: 100%;
    max-width: 261px;
}

.form-sms_title {
    font-family: PT-sans, sans-serif;
    color: #211E27;
    font-size: 28px;
    margin-top: 30px;
}

.form-sms_subtitle {
    margin-top: 8px;
}

.form-sms_subtitle p {
    font-family: PT-sans, sans-serif;
    color: #211E27;
    font-size: 16px;
}

.form-sms_footer a {
    font-size: 14px;
    color: #999999;
}


.form-sms_code input {
    font-family: PT-sans, sans-serif;
    font-size: 24px;
    border: none;
    outline: none;
    width: 60px;
    border-bottom: 2px solid #9E0E72;
}

.form-sms_timer span {
    font-family: PT-sans, sans-serif;
    font-size: 14px;
    color: #999999;
}

.form-sms_other-phone {
    margin-top: 30px;
}

.other-phone {
    font-family: PT-sans, sans-serif;
    font-size: 14px;
    color: #9E0E72;
}

.form-sms_footer {
    margin-top: 25px;
}

.form-sms_footer p {
    font-size: 14px;
    color: #999999;
}

.errors-message {
    font-size: 14px;
    width: 100%;
    max-width: 261px;
    text-align: center;
    position: absolute;
    margin: 56px 0 30px 0;
}

.errors-message.err-sms {
    position: unset;
    width: unset;
    height: 25px;
    color: red;
    margin: unset;

}

.button-back {
    background-image: url(/css/images/close-icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
