/* Change the background color */
body.login {
    background-color: #b0c700; /* Adjust this color as needed */
}

/* Change the logo */
.login h1 a {
    background-image: url(../assets/img/logo-start-screen.png) !important;
    background-size: contain  !important;
    width: 400px  !important;
    height: 165px  !important;
    position: relative  !important;
    left: -20px  !important;
    margin-bottom: 0px  !important;
    top: -5px  !important;
}

/* Example: Change the login button color */
.login .button.wp-submit {
    background-color: #333;
    border-color: #333;
    text-shadow: none;
}

.login .button.wp-submit:hover {
    background-color: #555;
    border-color: #555;
}

.message.register{
    background: #e0e7ae;
    box-shadow: 4px 4px 5px #00000026;
    border-left: 4px solid #972866;
 
}


#loginform{
     background: #e0e7ae;
    box-shadow: 4px 4px 5px #00000026;
}

#login-message {
    background: #e0e7ae;
    box-shadow: 4px 4px 5px #00000026;
}


#login_error{
    background: #e0e7ae !important;
    box-shadow: 4px 4px 5px #00000026 !important;
}

#nav a{
  color: #3c434a !important;
}

 #backtoblog a{
  color: #3c434a !important;
}

.login input{
    background: #ffffff94 !important;
}

.login select{
    background: #e0e7ae !important;
}


.login #wp-submit.button, .login .shibboleth-button.button, .language-switcher .button{
      background: #ffffff94 !important;
      border-color: #972866;
      color: black;
}

.login input:focus, .login select:focus{
    border-color: #972866;
    outline: none;
    box-shadow: 0 0 0 1px #972866;
}

#login-message{
    border-color: #972866;
}

#loginform{
    border: none !important;
    margin-top: 0px;
}

.login input:-webkit-autofill,
.login input:-webkit-autofill:hover, 
.login input:-webkit-autofill:focus, 
.login input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #eff3d3 inset !important;
}


/*Change text in autofill textbox*/
.login input:-webkit-autofill{
    -webkit-text-fill-color: black !important;
}