body.login {
  background: transparent;
  float: left;
  font-family: "GreycliffCF-Regular", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
  padding: 0;
  width: 100%;
}
body.login * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body.login .login-banner {
  background-color: #09132f;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  left: 0;
  position: fixed;
  width: 50%;
}
body.login .right-content-part {
  float: right;
  min-height: 100vh;
  position: relative;
  width: 50%;
}
body.login .language-switcher {
  display: none;
}
body.login .login-wrapper-part {
  align-content: center;
  background-color: #eff1f3;
  display: flex;
  flex-wrap: wrap;
  height: 72vh;
  margin: 0;
  padding: 170px 185px 45px 80px;
  position: relative;
  width: 100%;
}
body.login #backtoblog {
  padding: 15px 35px;
  position: absolute;
}
body.login #backtoblog a {
  color: #fff;
  font-size: 13px;
}
body.login #login {
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  position: relative;
  top: 10px !important;
  width: 455px;
  z-index: 999;
}
body.login #login h1 {
  color: #f65f53;
  float: left;
  font-family: "GreycliffCF-Bold", sans-serif;
  font-size: 62px;
  font-weight: normal;
  margin-bottom: 3px;
  margin-left: -120px;
  text-align: left;
  width: 100%;
}
body.login #login h1 a {
  background-color: #f65f53;
  background-position: center calc(100% - 12px);
  background-size: 75px !important;
  border-radius: 0;
  box-shadow: none;
  height: 137px;
  left: 0;
  margin: 0 auto;
  padding-bottom: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 84px;
  z-index: 1111;
}
body.login #login form {
  background: transparent !important;
  border: #000 !important;
  border: none !important;
  border-radius: 0;
  -moz-box-shadow: #000;
  -webkit-box-shadow: #000;
  box-shadow: #000 !important;
  box-shadow: none !important;
  float: left;
  font-weight: normal;
  margin-left: 0;
  margin-top: 20px;
  overflow: initial;
  padding: 26px 24px 8px;
  padding: 0;
  width: 100%;
}
body.login #login form label {
  margin-bottom: -8px;
  padding-left: 18px;
}
body.login #login form input {
  --webkit-box-shadow: none;
  --webkit-text-fill-color: #000000 !important;
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #000000;
  float: left;
  font-size: 18px;
  height: 57px;
  margin: 0;
  padding: 0 15px !important;
  width: 100%;
}
body.login #login form input[type=password] {
  padding-right: 40px !important;
}
body.login #login form input[type=checkbox] {
  left: 0;
  opacity: 0%;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}
body.login #login form input[type=checkbox]:checked ~ label::before {
  opacity: 100% !important;
}
body.login #login form .user-pass-wrap {
  float: left;
  margin-bottom: 17px;
  width: 100%;
}
body.login #login form .user-pass-wrap label {
  margin-bottom: -8px;
  padding-left: 18px;
  position: relative;
  z-index: 1;
}
body.login #login form .user-pass-wrap .button.wp-hide-pw .dashicons {
  color: #0a142f;
}
body.login #login form .wp-pwd {
  float: left;
  position: relative;
  width: 100%;
}
body.login #login form .forgetmenot {
  margin-bottom: 28px;
}
body.login #login form .forgetmenot label {
  color: #09132f !important;
  float: left;
  font-size: 15px !important;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 0;
  padding-left: 44px;
  position: relative;
}
body.login #login form .forgetmenot label::after {
  background-color: #fff;
  content: "";
  height: 29px;
  left: 0;
  position: absolute;
  top: -6px;
  width: 29px;
}
body.login #login form .forgetmenot label::before {
  border-bottom: 2px solid #09132f;
  border-left: 2px solid #09132f;
  content: "";
  height: 8px;
  left: 5px;
  opacity: 0%;
  position: absolute;
  top: 1px;
  transform: rotate(-45deg);
  width: 18px;
  z-index: 1;
}
body.login #login form p {
  float: left;
  line-height: normal;
  margin-bottom: 19px;
  width: 100%;
  z-index: 999;
}
body.login #login form .privacy-policy-page-link {
  display: none;
}
body.login #login form p.submit .button-primary {
  background-color: #0a142f !important;
  border-radius: 0 !important;
  color: #fff !important;
  float: left;
  font-family: "GreycliffCF-Bold", sans-serif;
  font-size: 22px !important;
  font-weight: normal;
  line-height: 100%;
  padding: 15px 24px 20px !important;
  width: auto;
}
body.login.wp-core-ui .button-primary {
  background: #f65f53 !important;
  border: none !important;
  color: #fff !important;
  font-size: 15px;
}
body.login .wp-login-lost-password {
  float: left;
  left: 125px;
  margin: -60px 0 0;
  position: relative;
  text-decoration: underline !important;
  width: auto;
}
body.login .notice-error,
body.login .message {
  background-color: #fff3f3;
  border: none;
  border: 1px solid #09132f;
  border-radius: 3px;
  box-shadow: none;
  color: #09132f;
  float: left;
  font-size: 16px !important;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 23px;
  padding: 13px 20px 10px;
  width: 100%;
}
body.login .login_right {
  background-color: #fff;
  float: left;
  height: 28vh;
  padding: 70px 80px 53px;
  position: relative;
  width: 100%;
}
body.login .login_right h3 {
  color: #0a142f;
  float: left;
  font-family: "GreycliffCF-Bold", sans-serif !important;
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 18px;
  width: 100%;
}
body.login .contact-list {
  float: left;
  list-style: none;
  padding: 0;
  width: 100%;
}
body.login .contact-list > li {
  float: left;
  list-style: none;
  margin-bottom: 15px;
  width: 100%;
}
body.login .contact-list > li a {
  color: #09132f;
  float: left;
  font-family: "GreycliffCF-Bold", sans-serif;
  font-size: 15px;
  font-weight: normal;
  padding-left: 33px;
  position: relative;
  text-decoration: none;
}
body.login .contact-list > li a i {
  left: 0;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 23px;
}
body.login .contact-list > li a span {
  display: inline-block;
  position: relative;
}
body.login .contact-list > li a span::after {
  background-color: #09132f;
  bottom: 3px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0%;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.login .contact-list > li a:hover span::after {
  bottom: 0;
  opacity: 100%;
}

@media only screen and (max-width: 1599px) {
  body.login .notice-error,
  body.login .message {
    font-size: 14px !important;
    margin-top: 13px;
    padding: 8px 20px 7px;
  }
  body.login #login form {
    margin-top: 0;
  }
  body.login #login form p {
    margin-bottom: 9px;
  }
  body.login #login form p.submit .button-primary {
    font-size: 18px;
    padding: 0 20px;
  }
  body.login #nav a.wp-login-lost-password {
    font-size: 14px !important;
    margin-top: -50px;
  }
  body.login form#lostpasswordform + #nav {
    margin-left: 318px;
  }
}
@media only screen and (max-width: 1199px) {
  body .login-wrapper-part {
    height: 72vh;
    padding: 150px 45px 45px;
  }
  body.login #login h1 {
    font-size: 45px;
    line-height: normal;
    margin-left: -70px;
  }
  body.login .login_right {
    height: 28vh;
    padding: 40px 45px 23px;
  }
  body.login .login_right h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 991px) {
  body.login form#lostpasswordform + #nav {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.login .login-wrapper-part {
    height: auto;
    padding: 110px 15px 70px;
  }
  body.login .right-content-part {
    width: 100%;
  }
  body.login .login-banner {
    display: none;
  }
  body.login #nav {
    margin: 10px 0 0;
  }
  body.login #login {
    top: 40px !important;
    width: 100%;
  }
  body.login #login h1 {
    font-size: 35px;
    margin-left: 0;
  }
  body.login #login h1 a {
    height: 97px;
  }
  body.login .login_right {
    height: auto;
    padding: 27px 15px 18px;
  }
}

/*# sourceMappingURL=staatsdiensten-admin-login.css.map */
