.modal-backdrop.show {
    opacity: .78;
    backdrop-filter: blur(4px);
}

.w2d-auth-modal {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
}

.w2d-auth-modal .modal-header,
.w2d-auth-modal .modal-body {
    padding-left: 2rem;
    padding-right: 2rem;
}

.w2d-auth-eyebrow {
    color: #2683fb;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    margin-bottom: .4rem;
}

.w2d-auth-modal .modal-title {
    color: #17223b;
    font-weight: 700;
}

.w2d-auth-modal .form-control {
    border-radius: 10px;
    min-height: 48px;
}

.w2d-auth-submit {
    background: #1677ff;
    border: 1px solid #1677ff;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    min-height: 48px;
}

.w2d-auth-submit:hover,
.w2d-auth-submit:focus {
    background: #075ed2;
    border-color: #075ed2;
    color: #fff;
}

.w2d-auth-register {
    border: 1px solid #d7e4f7;
    border-radius: 10px;
    color: #173968;
    font-weight: 600;
    min-height: 48px;
}

.w2d-auth-divider {
    align-items: center;
    color: #8994a5;
    display: flex;
    font-size: .85rem;
    gap: 12px;
    margin: 1.25rem 0;
}

.w2d-auth-divider::before,
.w2d-auth-divider::after {
    background: #e7edf5;
    content: "";
    flex: 1;
    height: 1px;
}

.w2d-auth-link {
    color: #1677ff;
    font-size: .9rem;
    text-decoration: none;
}

.w2d-auth-link:hover {
    text-decoration: underline;
}

.w2d-auth-trigger {
    border: 0;
    background: transparent;
}

@media (max-width: 575.98px) {
    .w2d-auth-modal .modal-header,
    .w2d-auth-modal .modal-body {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}