

/* Start:/local/templates/maneken/assets/css/auth.css?17863532164962*/
.auth {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}

.auth__title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 28px;
}

.auth__reset .auth__title {
    margin-bottom: 20px;
}

.auth__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
}

.auth__form {
    width: 592px;
}

.auth__reset .auth__form {
    margin-top: 28px;
}

.auth__label {
    display: flex;
    margin-bottom: 16px;
}

.auth__label.hidden {
    display: none;
}

.auth__reset .auth__label {
    margin-bottom: 28px;
}

.auth__label input {
    width: 100%;
    border-radius: var(--default-border-radius);
    background: var(--light-color);
    padding: 12px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.auth__label input::placeholder {
    color: rgba(99, 81, 72, 0.80);
    font-weight: 400;
}

.auth__label.error input,
.auth__label.error input::placeholder {
    color: #9D2F40;
}

.auth__label.password {
    position: relative;
}

.auth__label.login {
    display: none;
}

.auth__forgot-password {
    display: flex;
    justify-content: end;
    margin-bottom: 28px;
}

.auth__forgot-password a {
    color: rgba(99, 81, 72, 0.80);
    font-size: 14px;
    line-height: 140%;
}

.auth__btn {
    width: 100%;
    margin-bottom: 8px;
}

.auth__no-account {
    width: 100%;
}

.auth__checkbox {
    position: relative;
    margin-bottom: 28px;
}

.auth__checkbox input {
    appearance: none;
    outline: none;
    width: 16px;
    height: 16px;
    position: absolute;
}

.auth__check {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}

.auth__checkbox label::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: var(--light-grey) 50% 50% / 50% no-repeat;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 12px;
}

.auth__checkbox input:checked + label::before {
    background-image: url(/local/templates/maneken/assets/img/icons/point.svg);
}

.auth__check span {
    text-decoration-line: underline;
    margin-left: 4px;
}

.auth__error {
    color: #9D2F40;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
}

.reg .auth__error {
    font-size: 14px;
    line-height: 20px;
}

.auth__success {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}

.auth__success h1 {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 20px;
    text-align: center;
}

.auth__success p {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 28px;
    text-align: center;
}

.auth__success a {
    width: 452px;
}

@media (max-width: 1919px) {

    .auth__title {
        font-size: 24px;
    }

    .auth__text {
        font-size: 16px;
    }
    
    .auth__form {
        width: 464px;
    }
    
    .auth__label input {
        font-size: 12px;
        line-height: 16px;
    }
    
    .auth__forgot-password a {
        font-size: 12px;
    }

    .reg .auth__error {
        font-size: 12px;
        line-height: 16px;
    }
    
    .auth__success h1 {
        font-size: 24px;
    }
    
    .auth__success p {
        font-size: 16px;
    }
    
    .auth__success a {
        width: 392px;
    }
}

@media (max-width: 1511px) {
    
    .auth__title {
        font-size: 20px;
    }

    .auth__text {
        font-size: 14px;
    }
    
    .auth__form {
        width: 400px;
    }

    .auth__success h1 {
        font-size: 20px;
    }
    
    .auth__success p {
        font-size: 14px;
    }
    
    .auth__success a {
        width: 400px;
    }
}

@media (max-width: 1279px) {

    .auth__title {
        font-size: 18px;
    }
    
    .auth__form {
        width: 351px;
    }
    
    .auth__label {
        margin-bottom: 12px;
    }

    .auth__success h1 {
        font-size: 18px;
    }

    .auth__success a {
        width: 351px;
    }
}

@media (max-width: 1132px) {

    .auth__title {
        margin-bottom: 24px;
    }

    .auth__form {
        width: 351px;
    }
    
    .auth__reset .auth__form {
        margin-bottom: 24px;
    }

    .auth__forgot-password {
        margin-bottom: 24px;
    }

    .auth__reset .auth__label {
        margin-bottom: 24px;
    }
    
    .auth__success p {
        margin-bottom: 24px;
    }
    
    .auth__success a {
        width: 351px;
    }
}

@media (max-width: 600px) {
    
    .auth__form {
        width: 100%;
    }

    .auth__success a {
        width: 100%;
    }
}
/* End */
/* /local/templates/maneken/assets/css/auth.css?17863532164962 */
