input[type=checkbox]:focus, 
input[type=color]:focus, 
input[type=date]:focus, 
input[type=datetime-local]:focus, 
input[type=datetime]:focus, 
input[type=email]:focus, 
input[type=month]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=radio]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
input[type=time]:focus, 
input[type=url]:focus, 
input[type=week]:focus, 
select:focus, 
textarea:focus
:focus {
  border-color: #005891;
  outline: none;
  box-shadow: none;
}

body {
  background-image: url(/wp-content/uploads/2021/02/IJslander-header-image-huge-scaled.jpg); 
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  /*background:#fff;*/
}

a {
  color: #005891;
}

a:focus,
a:active {
  color: inherit;
  box-shadow: unset;
}


#user_login, #user_pass {
  border-radius:0;
}


#login {
  max-width: 400px;
  width: 100%;
  margin: auto;
  position: relative;
  top: 120px;
  padding: 0;
  margin-top: unset !important;
  padding: 15px;

      box-shadow: rgb(0 0 0 / 23%) 0px 4px 12px;
    background: white;
}

#login h1 a,
.login h1 a {
  margin-top:20px;
  background-image: url(/wp-content/uploads/2021/02/Logo-IJslander-2016-RGB-klein.jpg); 

  width: 100%;
  background-size: contain;
  height: 165px;
  pointer-events: none;
}

.login label {
  font-size: 16px;
  line-height: 1.75;
  display: inline-block;
  margin-bottom: 5px;
}

.login form {
margin-top: 30px;
    margin-left: 0;
    padding: 30px 30px 60px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    color: #1e3574;
    border: 0;
    font-size: 16px;
    box-shadow:none;
}

.login form .input, .login input[type=password], .login input[type=text] {
  font-size: 24px;
  line-height: 1.75;
  width: 100%;
  border-width: 1px;
  padding: 5px 15px;
  margin: 0 5px 15px 0;
  min-height: 40px;
  max-height: none;
}

.wp-core-ui .button.button-large {
  background: #005891;
  border: 0;
  font-size: 16px;
  line-height: 1.75;
  padding: 5px 15px;
  color: #ffffff;
}

.wp-core-ui .button.button-large:focus {
  box-shadow: unset;
}

.login .button.wp-hide-pw .dashicons {
  top: 11px;
}

.dashicons-visibility:before {
  color: #005891;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login #login_error, 
.login .message, 
.login .success {
  border-left: 4px solid #005891;
}

.login #nav {
  margin: 30px 0 0 0;
  font-size: 16px;
  padding: 0;
}

.login #backtoblog{
  font-size: 16px;
  padding: 0;
  margin: 10px 0;
}

.login #backtoblog a,
.login #nav a,
.login #backtoblog a:hover,
.login #nav a:hover,
.login #backtoblog a:focus, 
.login #nav a:focus, 
.login h1 a:focus {
  color: #002e79;
}

.login .privacy-policy-page-link {
  text-align: center;
  margin: 30px 0 0 0;
  font-size: 16px;
  color: #ffffff;
}

.login .privacy-policy-page-link a {
  color: #ffffff;
  text-decoration: none;
}

.wp-core-ui .button.button-large {
  background-color: #009dc5;    
  line-height: 1.5;
    color: #ffffff;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 24%);
    padding: 15px;
    display: inline-block;
    font-weight: bold;
    border: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.wp-core-ui .button.button-large:before {
    content: "\e90b";
    font-family: 'IJslander' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 15px;
    font-size: 1rem;
    line-height: 0;
}