.eec-alert--success {
    background: #ecfdf5;
    color: #116149;
    border: 1px solid #a7f3d0;
}

body.eec-auth-page .ee-main {
    display: grid;
    align-items: center;
    padding: 54px 0;
    background: radial-gradient(circle at 15% 15%, rgba(255, 212, 59, .22), transparent 25%), linear-gradient(135deg, #102c59, #1e58b2);
}

body.eec-auth-page .ee-content {
    width: min(700px, calc(100% - 32px));
    padding: 0;
}

body.eec-auth-page .entry-title {
    display: none;
}

body.eec-auth-page .entry-content {
    padding: 0;
    border: 0;
    background: transparent;
}

.eec-form.eec-card {
    border: 0;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
}

.eec-auth-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 24px 0 18px;
    color: #94a3b8;
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.eec-auth-divider::before,
.eec-auth-divider::after {
    content: "";
    height: 1px;
    flex: 1;
    background: #e4e9f2;
}

.eec-auth-signup {
    margin-bottom: 0;
    text-align: center;
}

.eec-button--outline {
    width: 100%;
    margin-top: 10px;
    color: #2463eb !important;
    background: #fff !important;
    border: 2px solid #2463eb;
}

@media (max-width: 760px) {
    body.eec-auth-page .ee-main {
        padding: 28px 0;
    }
}
