/*старый код*/
.reload_captcha_btn {
    color: #348ecc;
    display: inline-block;
    border-bottom: 1px dotted;
    padding-top: 5px;
    cursor: pointer;
}
.reload_captcha_btn:hover {
    color: #780D2D;
}
.form-group .form__req {
    color: red;
}
/*Временное изменение*/
.input-checkbox:checked + label:before {
    border-color: #c71d3e;
    background-color: #c71d3e;
}
.auth-popup .open-popup-link {
    text-decoration: none;
    color: #666666;
    border-bottom: 1px solid #dadada;
}
.auth-title {
    font-family: PT Serif, 'Times New Roman', serif;
    font-size: 1.9rem;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    margin-bottom: 35px;
    font-weight: bold;
}
.popup-content {
    padding: 50px 30px 30px;
}
.registration-link {
    color: #c71d3e;
    border-bottom: 1px solid #c71d3e;
}
@media (max-width: 768px) {
    .form__submit .btn {
        margin-bottom: 20px;
        width: 100%;
    }
    .auth-popup {
        height: 100vh;
        margin-top: 0;
        border-radius: 0;
        padding: 40px;
    }
    /*TODO стоит привести все формы к единому виду*/
    .auth-popup .popup button.mfp-close {
        top: 50px;
    }
    .auth-popup .social-icons_login {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .auth-popup .social-icons__title {
        max-width: 110px;
    }
}
.btn-auth {
    display: inline-block;
    width: 50%;
    margin-right: 30px;
}
.auth-popup .form__submit .social-icons {
    margin-top: 30px;
    border-top: 1px solid #dadada;
    padding-top: 30px;
}
.auth-popup .icon-vkontakte,
.auth-popup .icon-facebook,
.auth-popup .icon-apple,
.auth-popup .icon-google {
    width: 43.5px;
    height: 42px;
    fill: #c71d3e;
}
.input-text {
    height: 50px;
    border-color: #b3b3b3;
}
.hideShowPassword-wrapper .hideShowPassword-toggle {
    top: 50% !important;
    transform: translateY(-50%);
}
.hideShowPassword-wrapper label.error {
    position: absolute;
    bottom: -26px;
}
@media screen and (max-width: 576px) {
    .auth-popup .social-icons__title {
        max-width: none;
    }
}