
.login-error-card {
    width: 100%;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.loginform-wrapper .loginform .login-error-card .SIErrorMessage.http-error-alert {
    text-align: center;
    font-size: 1.0625rem;
    line-height: 1.55;
    font-weight: 500;
    padding: 1.125rem 1.25rem;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(153, 27, 27, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
    color: #7f1d1d;
}

.login-error-summary {
    margin: 0;
    font-weight: 500;
    line-height: 1.45;
}

.login-error-detail {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #FECACA;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.45;
    color: #7F1D1D;
    word-break: break-word;
}

.loginform-wrapper .loginform .login-error-card .field.login-error-contact {
    margin-top: 16px;
    margin-bottom: 0;
    text-align: center;
}

.loginform-wrapper .loginform .login-error-card .field.login-error-meta {
    margin: 1rem 0;
    font-size: 2rem;
    font-weight: 500;
    color: #64748b;
    text-align: center;
    letter-spacing: 0.02em;
}

.login-error-retry {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.login-error-retry a {
    font-weight: 500;
    font-size: 14px;
}