

/* Start:/local/templates/muzzone/css/auth-page.css?17883359952416*/
.auth-page {
    padding: 20px 0 140px;
}

.auth-page__inner {
    max-width: 640px;
    margin: 0 auto;
}

.auth-page__title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #232323;
    text-align: center;
    margin: 0 0 48px;
}

.auth-page__form {
    width: 100%;
}

.auth-page__field {
    height: auto;
    margin-bottom: 28px;
}

.auth-page .modal__input {
    font-size: 18px;
    font-weight: 500;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #646464;
    padding: 8px 0 12px;
    box-shadow: none;
}

.auth-page .modal__input::placeholder {
    color: #c3c3c3;
}

.auth-page .bx-authform-social {
    margin: 8px 0 28px;
}

.auth-page__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    white-space: nowrap;
}

.auth-page__actions > * {
    flex-shrink: 0;
}

.auth-page__actions_start {
    justify-content: flex-start;
}

.auth-page__submit {
    border: 0;
    border-radius: 5px;
    background-color: #c04f59;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 32px;
    cursor: pointer;
}

.auth-page__submit:active {
    background-color: #232323;
}

.auth-page__link {
    background: none;
    border: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #646464;
    text-decoration: none;
}

.auth-page__link_muted {
    font-weight: 500;
    color: #c3c3c3;
}

.auth-page__done {
    text-align: center;
    padding: 48px 0 80px;
}

.auth-page__done-title {
    font-size: 28px;
    font-weight: 700;
    color: #232323;
    margin: 0 0 32px;
}

.auth-page__captcha {
    margin: 8px 0 24px;
}

.auth-page__checks {
    margin-top: 24px;
}

.auth-page__done-button {
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    background-color: #c04f59;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 16px 32px;
}

@media (max-width: 767px) {
    .auth-page__title {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .auth-page__done-title {
        font-size: 22px;
    }

    .auth-page__actions {
        justify-content: space-between;
        gap: 12px;
    }

    .auth-page__submit {
        padding: 14px 20px;
        font-size: 16px;
    }

    .auth-page__link {
        font-size: 16px;
    }
}

/* End */
/* /local/templates/muzzone/css/auth-page.css?17883359952416 */
