:root{
    --azul-thimun: #009ddc;
    --azul-duitsland:#2593c5;
    --gris-duistland:#5d616d;
    --blanco-thimun:#fff;

}
/* Change background image and font family */
body {
  background:var(--gris-duistland);
  font-family: Arial,Verdana,sans-serif;
}

#login {
    padding: 10px 0 00 !important;
    max-width:600px !important;
}


@media (max-width: 600px) {
    #login {
        width: 320px !important;;
    }
}


.login #login_error, .login .message, .login .success {
    margin:0;
}
.login form {
    margin-top: 10px;
    margin-left: 0;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #009ddc;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}


/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1{
    width:100%;
    height:120px;
    background: #fff;
    margin-bottom:10px;

}
.login h1 a {
    display:block;
    background: url(https://thimun-online.org/wp-content/uploads/2022/12/thimun-logo.png) center center no-repeat;	
    background-size: cover;
    width: 100%;
    height: 100%;
    border:0px solid #c00;
}

/* Add a few changes to the color and style of form itself */
.login label {
  color: var(--gris-duitsland);
  display: inline-block;
  margin-bottom: 1em;
  font-weight: bold;
}


.login form .input {
  font-weight: normal;
  font-size:14px;
  text-align: center;
  border-color: var(--gris-duitsland);
}

.login form .input:focus,
.login input[type=checkbox]:focus{
    border-color: var(--azul-thimun);
    box-shadow: 0 0 0 1px var(--azul-thimun);
    outline: 2px solid transparent;
}

.login #nav, .login #backtoblog {
    text-align:center;
}

.login #backtoblog a, .login #nav a, .privacy-policy-page-link a {
    text-decoration:none;
    color: var(--blanco-thimun);
}
.login #backtoblog a:hover,.login #backtoblog a:active,
.login #nav a:hover, .login #nav a:active,
.privacy-policy-page-link a:hover, .privacy-policy-page-link a:active{
    color: var(--azul-thimun);
    text-decoration: underline;
}
.wp-core-ui .button, .wp-core-ui .button-secondary {
    color: var(--azul-thimun);
    border-color: var(--azul-thimun);
}

.wp-core-ui .button-primary {
  color:#fff;
  background: var(--azul-thimun);
  border:1px solid var(--azul-thimun);;
}

.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:active {
    background: var(--gris-duistland);
    border-color: var(--gris-duistland);
  }

  p.galogin,
  h3.galogin-or{display:none !important;}