.jef4loginwebsite-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    background: linear-gradient(180deg, #f4f7ff 0%, #eef3f7 100%);
}

.jef4loginwebsite-box {
    width: 100%;
    max-width: 540px;
    background: #ffffff;
    border: 1px solid #dce3ef;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(20, 42, 89, 0.08);
    padding: 28px;
}

.jef4loginwebsite-title {
    margin: 0 0 16px;
    font-size: 1.8rem;
    line-height: 1.2;
}

.jef4loginwebsite-subtitle {
    margin: 6px 0 14px;
    font-size: 1.2rem;
}

.jef4loginwebsite-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.jef4loginwebsite-form label {
    font-weight: 600;
    margin-top: 6px;
}

.jef4loginwebsite-form input[type="text"],
.jef4loginwebsite-form input[type="email"],
.jef4loginwebsite-form input[type="password"] {
    height: 44px;
    border: 1px solid #c7d2e5;
    border-radius: 8px;
    padding: 0 12px;
}

.jef4loginwebsite-form button {
    margin-top: 12px;
    height: 44px;
    border: 0;
    border-radius: 8px;
    background: #1346a2;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.jef4loginwebsite-links {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.jef4loginwebsite-links a {
    color: #1346a2;
    text-decoration: none;
}

.jef4loginwebsite-alert {
    margin: 0 0 16px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 0.95rem;
}

.jef4loginwebsite-alert.is-error {
    background: #fbe8e8;
    color: #7d1010;
}

.jef4loginwebsite-alert.is-success {
    background: #e9f8ef;
    color: #11632b;
}

.jef4loginwebsite-alert.is-warning {
    background: #fff6db;
    color: #7f5a00;
}

.jef4loginwebsite-checkbox-list {
    display: grid;
    gap: 8px;
    margin-top: 8px;
}

@media (max-width: 640px) {
    .jef4loginwebsite-box {
        padding: 20px;
    }
}
