/* ============================================================
   LOPPYTOON - CUSTOM LOGIN PAGE
   ============================================================ */
body.login {
    background: #f0fafc !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
}

#login {
    width: 380px;
    padding: 48px 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0,188,212,0.10);
    border: 1px solid #e0f7fa;
    margin-top: 60px !important;
}

#login h1 a {
    background-image: none !important;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #00bcd4 !important;
    letter-spacing: 2px;
    width: auto;
    height: auto;
    text-indent: 0;
    text-decoration: none;
}

#login h1 a:focus { box-shadow: none; outline: none; }

.login-action-login .wp-pwd,
#loginform p label {
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
}

#loginform input[type="text"],
#loginform input[type="email"],
#loginform input[type="password"] {
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    box-shadow: none;
    transition: border-color 0.2s;
    font-family: inherit;
}
#loginform input:focus {
    border-color: #00bcd4 !important;
    box-shadow: 0 0 0 3px rgba(0,188,212,0.12) !important;
}

#wp-submit {
    background: #00bcd4 !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 12px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    box-shadow: none !important;
    transition: background 0.2s, transform 0.2s !important;
}
#wp-submit:hover { background: #0097a7 !important; transform: translateY(-1px); }

.forgetmenot label { font-size: 12px; color: #9ca3af; }

#nav a, #backtoblog a {
    color: #9ca3af;
    font-size: 12px;
}
#nav a:hover, #backtoblog a:hover { color: #00bcd4; }

.login #login_error,
.login .message {
    border-left-color: #00bcd4;
    border-radius: 8px;
}
