/* ----------------------------------------------------------------------------
Description: DIVITA Login screen
Author: Nils Otto Lillegrein
Author URI: https://divita.no
---------------------------------------------------------------------------- */


/* Input felt - Avrunding */
.login label {
  font-size: 12px;
  color: #444444;
}
.login input[type="text"]{
  background-color: #ffffff ;
  border-radius: 0 !important;
}
.login input[type="password"]{
  background-color: #ffffff;
  border-radius: 0 !important;
}
.login input[type=checkbox] {
  border-radius: 0 !important;
}

/* Knapp */
.login .button-primary {
  width: 120px;
  float:right;
  background-color:#be2130 !important;
  color: #ffffff;
  border: none !important;
  text-shadow: none;
  box-shadow: none;
  border-radius:0 !important;
}
.login .button-primary:hover {
  background-color: #222 !important;
  color: #fff;
  border: none !important;
  text-shadow: none;
  box-shadow: none;
  border-radius:0!important;
}
.login .button-primary:active {
  background-color: #000 !important;
  color: #fff;
  border: none !important;
  text-shadow: none;
  box-shadow: none;
  border-radius:0 !important;
}

/* Fjerne - Glemt passord link */
p#nav {
  display: none; 
}

/* Fjerne - Tilbake link */
p#backtoblog {
  display: none;
}

.login #login_error, .login .message {
    border-left: 10px solid  #be2130;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: none; 
   color: #444444;
}

#user-login .dashicons .wp-core-ui .button, .wp-core-ui .button-secondary {
color: #be2130;
}
#user-login .dashicons .wp-core-ui .button, .wp-core-ui .button-secondary a:hover {
color: #444444;
}


#user-login .admin-email__heading H1 {
color: #444444;
}

.login form {
background: rgba(255, 255, 255, 0.9);
}

#loginform {
border-bottom: 4px solid #be2130 !important;
border-left: 1px solid #fff !important;
border-right: 1px solid #fff !important;
border-top: 1px solid #fff !important;
}

.login label  {
color: #444444;
}

.grecaptcha-badge {
display: none;
}

#language-switcher  {
display: none;
}

.privacy-policy-page-link {
display: none;
}