.everard-login {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    background: #eef2f6;
}

.everard-login-card {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border: 1px solid #dce5ee;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(23, 75, 121, 0.08);
    padding: 36px 32px 32px;
}

.everard-login-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    text-decoration: none;
}

.everard-login-logo {
    width: auto;
    height: 88px;
    max-width: 220px;
    object-fit: contain;
    display: block;
}

.everard-login-app {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #174b79;
}

.everard-login-card h1 {
    margin: 0 0 6px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    color: #12263a;
    text-align: center;
}

.everard-login-lead {
    margin: 0 0 24px;
    text-align: center;
    color: #5b6478;
    font-size: 0.95rem;
    line-height: 1.45;
}

.everard-login-card .form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1d2b3a;
    margin-bottom: 6px;
}

.everard-login-card .form-control {
    min-height: 44px;
    border: 1px solid #cfd8e3;
    border-radius: 8px;
    box-shadow: none;
    font-size: 0.95rem;
}

.everard-login-card .form-control:focus {
    border-color: #174b79;
    box-shadow: 0 0 0 3px rgba(23, 75, 121, 0.12);
}

.everard-login-card .password-field .passwordToggler {
    position: absolute;
    right: 12px;
    top: 38px;
    cursor: pointer;
    color: #6b7787;
}

.everard-login-actions {
    display: flex;
    justify-content: flex-end;
    margin: 8px 0 20px;
}

.everard-login-actions a,
.everard-login-card a {
    color: #174b79;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
}

.everard-login-actions a:hover,
.everard-login-card a:hover {
    text-decoration: underline;
}

.everard-login-card .btn,
.everard-login-card button[type="submit"] {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 44px;
    border-radius: 8px;
    font-weight: 600;
    background: #174b79 !important;
    border-color: #174b79 !important;
    color: #fff !important;
}

.everard-login-card .btn:hover,
.everard-login-card button[type="submit"]:hover {
    background: #123c61 !important;
    border-color: #123c61 !important;
    color: #fff !important;
}

.everard-login-copy {
    margin: 20px 0 0;
    font-size: 0.8rem;
    color: #7a8694;
    text-align: center;
}

@media (max-width: 480px) {
    .everard-login-card {
        padding: 28px 20px 24px;
        border-radius: 14px;
    }
}
