body {
    background-color: #FBF7F6 !important;
    font-family: 'IBM Plex Mono', monospace !important;
}

#login {
    width: 400px !important;
}

.wp-login-logo a {
    background-image: url('https://tonielam.com/wp-content/uploads/2026/06/Tonie_Lam_TL_Logo_White_1b.avif') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 200px !important;
    height: 160px !important;
    display: block !important;
}

#loginform {
    background-color: #1a1a1a !important;
    border-radius: 5px !important;
    padding: 30px !important;
    border: none !important;
    box-shadow: none !important;
}

label {
    color: #FBF7F6 !important;
    font-family: 'IBM Plex Mono', monospace !important;
}

.input {
    background-color: #FBF7F6 !important;
    border: none !important;
    font-family: 'IBM Plex Mono', monospace !important;
}

#wp-submit {
    background-color: #FBF7F6 !important;
    color: #1a1a1a !important;
    border: none !important;
    font-family: 'IBM Plex Mono', monospace !important;
    border-radius: 5px !important;
}

#wp-submit:hover {
    background-color: transparent !important;
    color: #FBF7F6 !important;
    border: 1px solid #FBF7F6 !important;
    cursor: pointer !important;
}

body.admin-color-modern {
    --wp-admin-theme-color: #000000 !important;
}

#dashicons:hover {
    color: #FBF7F6 !important;
}

#login.button.wp-hide-pw:hover {
    --wp-admin-theme-color: #1a1a1a !important;
}
 