/* Set the height of the language select dropdown to 30px */
body.login select[name="wp-lang"] {
    height: 15px !important;
    min-height: 15px !important;
    max-height: 15px !important;
    line-height: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
}
/* Set language switcher height to 30px */

.language-switcher {
    height: 15px !important;
    min-height: 15px !important;
    line-height: 15px !important;
    background-color: transparent !important; /* Changed from red to transparent */
}

/* Make all labels white on the login page */
body.login label {
    color: #fff !important;
}

.login h1 a {
    background-image: url('./image/cropped-Logo-1.jpg');
    background-size: contain;
    width: 145px !important;
    height: 145px !important;
}

body.login {
    background-image: url('./image/green-basketball-court.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
#loginform {
    background: rgba(255, 255, 255, 0.0) !important;
    border-radius: 10px;
    box-shadow: 0 0 12px #767676;
    background-color: transparent !important; /* Changed from red to transparent */
    
}
.wp-login-lost-password {
    background-color: white !important;
    margin-left: 40px !important;
}
.login #backtoblog a, .login #nav a {
    background-color: white !important;
    color:black !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
.login input[type=text] { 
    font-size: 18px !important; 
    font-weight:600 !important;  
}
#user_login input, #user_pass {
    height: 30px !important; 
}