.login.js.login-action-login.wp-core-ui.locale-nl-nl, .login.js.login-action-lostpassword.wp-core-ui.locale-en-us, .login.js.login-action-lostpassword.wp-core-ui.locale-nl-nl, .login.js.login-action-checkemail.wp-core-ui.locale-nl-nl {
    /* background: linear-gradient(50deg, rgba(26,26,26,1) 0%, rgba(131,131,131,1) 100%); */
    background-image: url('https://images.unsplash.com/photo-1571902943202-507ec2618e8f?q=80&w=1975&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
  }
  .login.js.login-action-login.wp-core-ui.locale-en-us {
    /* background: linear-gradient(50deg, rgba(26,26,26,1) 0%, rgba(131,131,131,1) 100%); */
    background-image: url('https://images.unsplash.com/photo-1571902943202-507ec2618e8f?q=80&w=1975&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
  }
p.forgetmenot {
    display: none;
}
  body.login-action-login #login-message {
    display: none;
  }

  #loginform, #lostpasswordform {
    border: none;
    border-radius: 20px;
    height: 300px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background: linear-gradient(180deg, rgba(13,147,62,1) 0%, rgba(40,161,72,1) 43%, rgba(172,231,120,1) 100%) !important; */
/* From https://css.glass */
background: rgba(255, 255, 255, 0.1);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.1px);
-webkit-backdrop-filter: blur(6.1px);
border: 1px solid rgba(255, 255, 255, 0.83);
  }

  .login label{
    color: #000 !important;
  }


  /* #lostpasswordform {
    border: none;
    border-radius: 20px;
    height: 200px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(180deg, rgba(13,147,62,1) 0%, rgba(40,161,72,1) 43%, rgba(172,231,120,1) 100%) !important;
  } */

  body.login-action-login #backtoblog {
    display: none;
  }

  #loginform label{
    color: #fff;
  }

  #user_login, #user_pass {
    font-size: 18px;
    min-height: 25px;
    border-radius: 10px;
    padding-left: 12px;
  }

  p.submit .button-primary.button.button-large {
    margin-top: 20px !important;
    width: 100% !important;
    float: unset !important;
    border-radius: 10px;
    background: linear-gradient(80deg, rgba(159,216,107,1) 0%, rgba(5,155,76,1) 100%) !important;
    border: none;
  }
  
  .login #nav a, .login #backtoblog a:hover, .login h1 a:hover {
    color: #fff;
  }

  .login .button.wp-hide-pw .dashicons {
    width: 1.25rem;
    height: 1.25rem;
    top: 0px !important;
  }

  .login .message, .login .notice, .login .success {
    border-left: none !important;
    border-radius: 20px;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background: linear-gradient(180deg, rgba(13,147,62,1) 0%, rgba(40,161,72,1) 43%, rgba(172,231,120,1) 100%) !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    word-wrap: break-word;
    color: #fff;
  }

#login a:focus{
  box-shadow: none !important;
}


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

.language-switcher {
  display: none !important;
}