body.login {
    background: linear-gradient(135deg, #cfd8e3, #e1e9f0);
    font-family: 'Segoe UI', sans-serif;
}

.login h1 a {
    background-image: url('../uploads/2025/02/Logo-Jets.png'); /* Ganti dengan URL logo kamu */
    background-size: contain;
    width: 180px;
    height: 80px;
}

#loginform {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.wp-core-ui .button-primary {
    background: #ffc93c;
    border-color: #ffc93c;
    color: #000;
    font-weight: bold;
    border-radius: 8px;
}

.wp-core-ui .button-primary:hover {
    background: #f8b400;
    border-color: #f8b400;
}

.login #nav a, .login #backtoblog a {
    color: #333 !important;
}

.login #nav, .login #backtoblog {
    text-align: center;
    font-size: 14px;
}

.login-error {
    background: #ffe6e6;
    border-left: 4px solid #ff4d4d;
    padding: 10px;
    margin-bottom: 20px;
    color: #d8000c;
    border-radius: 5px;
}

.login-success {
    background: #e6ffe6;
    border-left: 4px solid #00cc66;
    padding: 10px;
    margin-bottom: 20px;
    color: #2d862d;
    border-radius: 5px;
}


@media (min-width: 768px) {
    body.login::before {
        content: '';
        background-image: url('https://yourdomain.com/path-to-jet-image.png'); /* Ganti dengan ilustrasi jet */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right bottom;
        position: fixed;
        right: 20px;
        bottom: 20px;
        width: 300px;
        height: 200px;
        opacity: 0.8;
    }
}
