.auth-page {
    margin-top: 26px;
    margin-bottom: 56px;
}

.auth-page__content {
    display: flex;
    justify-content: center;
}

.auth-card {
    border-radius: 20px;
    width: 100%;
    max-width: 650px;
    background-color: #ffffff;
}

.auth-card .card-body {
    padding: 32px !important;
}

.auth-card__title {
    color: #002748;
    font-weight: 600;
}

.auth-card__subtitle {
    color: #516a8e;
    font-size: 15px;
}

.auth-card .form-label {
    font-weight: 500;
    color: #1b2a4e;
    margin-bottom: 8px;
}

.auth-card .form-control {
    border: 1px solid #ccd8ea;
    border-radius: 12px;
    min-height: 52px;
    padding: 12px 14px;
    font-size: 16px;
    color: #0b2242;
}

.auth-card .form-control:focus {
    border-color: #2d7bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 105, 227, 0.16);
}

.auth-card .form-check-input {
    margin-top: 0.2em;
}

.auth-card .form-check-input:checked {
    background-color: #0069e3;
    border-color: #0069e3;
}

.auth-card .form-check-label {
    color: #2d3f62;
}

.auth-card__link {
    color: #0069e3;
    text-decoration: none;
    font-weight: 500;
}

.auth-card__link:hover {
    color: #0058c0;
    text-decoration: underline;
}

.auth-card .btn.btn-primary {
    height: 48px;
    font-weight: 600;
}

.auth-card__register {
    color: #516a8e;
}

.auth-card__register a {
    color: #0069e3;
    font-weight: 600;
    text-decoration: none;
}

.auth-card__register a:hover {
    color: #0058c0;
    text-decoration: underline;
}

.auth-card__message {
    color: #2d3f62;
    font-size: 16px;
    line-height: 1.5;
}

.auth-card__contacts {
    border: 1px solid #dbe7fb;
    border-radius: 14px;
    background: #f6f9ff;
    padding: 14px 18px;
    color: #516a8e;
    font-size: 15px;
    line-height: 1.45;
}

.auth-card__contacts a {
    color: #0069e3;
}

.auth-card__actions {
    display: flex;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .auth-page {
        margin-top: 18px;
        margin-bottom: 36px;
    }

    .auth-card {
        border-radius: 16px;
    }

    .auth-card .card-body {
        padding: 22px !important;
    }
}
