/* assets/css/login_extra.css */

.login-extra-links {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    border-top: 1px solid #e5e7eb;
    padding-top: 16px;
}

.login-extra-links a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #374151;
    text-decoration: none;
    font-weight: 700;
}

.login-extra-links a:hover {
    color: #006B35;
}

.alert-success {
    color: #065f46;
    background: #d1fae5;
    border: 1px solid #a7f3d0;
}

.alert-info {
    color: #1e3a8a;
    background: #dbeafe;
    border: 1px solid #bfdbfe;
    overflow-wrap: anywhere;
}

.alert-info a {
    color: #1d4ed8;
}
