#login, .language-switcher {
  display: none;
}

#login-column-content h1 {
  display: none;
}

#login {
  margin: 0;
  padding: 0;
  width: 100%;
}
#login #nav {
  display: none;
}
#login #backtoblog {
  display: none;
}

#login_error, #login .message {
  color: #842029;
}

.language-switcher {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#language-switcher {
  display: flex !important;
  flex-direction: row !important;
  padding: 0 20px;
}
#language-switcher label {
  left: 30px;
}
#language-switcher select {
  flex-grow: 1;
  padding-left: 40px;
  border-color: #e8e9ed;
}
#language-switcher input {
  min-width: 150px;
  margin: 0px 5px;
  min-height: 40px;
}

* {
  box-sizing: border-box;
}

html, body {
  /*font-family: Helvetica;*/
  /*background: #eee;*/
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0;
}

html {
  height: 100%;
}

#loginForm.hide, #loginform.hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.hidden {
  display: none;
}

.loginFormMessage {
  width: 380px;
  margin: 30px auto;
  /* box-shadow: rgb(0 0 0 / 15%) 0px 1px 1px 0px, rgb(0 0 0 / 10%) 0px 1px 2px 0px; */
  /*box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);*/
  border-radius: 6px;
}

.loginFormMessage div {
  font-size: 12px;
  color: #a94442;
}

hgroup {
  text-align: center;
  margin-top: 4em;
}

h1, h3 {
  font-weight: 300;
}

h1 {
  color: #636363;
}

h3 {
  color: #4a89dc;
}

.main-container {
  width: 100vw;
  height: 100vh;
  background-color: #f1f1f1 !important;
  background-position: center right !important;
  background-size: cover !important;
}
.main-container.bg-1 {
  background: url(../images/background/1.jpg);
}
.main-container.bg-2 {
  background: url(../images/background/2.jpg);
}
.main-container.bg-3 {
  background: url(../images/background/3.jpg);
}
.main-container.bg-4 {
  background: url(../images/background/4.jpg);
}
.main-container.bg-5 {
  background: url(../images/background/5.jpg);
}

.login-column {
  height: 100vh;
}

.slide-in-right {
  transition: width 0.3s ease, margin 0.3s ease;
}

.login-sidebar-container {
  overflow: hidden;
  position: relative;
}

.login-column-expand {
  position: relative;
  height: 100vh;
  width: 10px;
  background-color: red;
  border: 2px solid yellow;
  z-index: 99999;
}

.login-sidebar {
  position: relative;
  will-change: transform;
  height: 100vh;
  width: 100%;
  /** use extra class inactive to trigger initial change after manilpulating dom */
}
.login-sidebar.inactive {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.login-sidebar.active {
  -webkit-animation: slideFromRight 0.4s ease-in;
          animation: slideFromRight 0.4s ease-in;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

form {
  width: 380px;
  padding: 2em;
  padding-top: 4em;
  width: 100%;
  /*background: #fafafa;*/
  /*border: 1px solid #ebebeb;*/
  /*box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;*/
  /*box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  border-radius: 6px;*/
}

.alert-danger {
  background-color: initial !important;
  border: 0;
  padding: 0;
}
.alert-danger * {
  color: #842029 !important;
}

#loginform > * {
  position: relative;
  margin-bottom: 45px !important;
}
#loginform *:not(.forgetmenot) label {
  top: -20px;
}
#loginform .forgetmenot label {
  top: 1px;
  left: 30px;
}

.forgetmenot {
  display: none !important;
}

.privacy-policy-page-link {
  padding: 2em;
  display: none !important;
}

#loginForm .title, #loginform .title {
  color: #222;
  /* font-weight: bold; */
  font-size: 1.4em;
  font-weight: 600;
}

#loginForm label, #loginform label {
  color: #555;
  font-size: 0.8em;
  font-weight: 200;
}

.group {
  position: relative;
  margin-bottom: 45px;
}

button, input[type=submit] {
  position: relative;
  display: inline-block;
  margin: 0.3em 0 1em 0;
  width: initial !important;
  border: 0;
}

.btn-secondary-dark {
  background-color: #2e4379 !important;
  color: #fff !important;
}

.button-text {
  padding: 0.6em 1.6em !important;
  text-align: center;
  display: inline-block !important;
  border-radius: 4px !important;
  text-transform: lowercase;
  font-variant: small-caps;
  font-weight: 400;
}

.button-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.button-shadow:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

input[type=text], input[type=password] {
  min-height: initial !important;
  font-size: 18px !important;
  padding: 0.375rem 0.75rem !important;
  -webkit-appearance: none !important;
  display: block !important;
  color: #636363 !important;
  width: 100% !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #e8e9ed !important;
  box-shadow: none !important;
  line-height: 27px !important;
}
input[type=text]:focus, input[type=password]:focus {
  box-shadow: none !important;
  outline: none !important;
}

input:focus {
  outline: none;
}

/* Label */
label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: all 0.2s ease;
}

.wp-hide-pw {
  top: 0px;
  right: 0px;
  position: absolute;
  background-color: transparent;
  border: 0;
  color: #2e4379;
}

/* active */
input:not(input[type=checkbox]):focus ~ label, input:not(input[type=checkbox]).used ~ label {
  top: -20px;
  /*transform: scale(.75); left: -2px;*/
  /* font-size: 14px; */
  font-size: 12px;
  color: #4a89dc;
}

input.preFilled {
  background: #fff !important;
}

input:not(input[type=checkbox]).preFilled ~ label {
  top: -20px;
  /*transform: scale(.75); left: -2px;*/
  font-size: 12px;
  color: #4a89dc;
  /*transition: all 0.0s ease;*/
  transition: none;
}

/* Underline */
.bar {
  position: relative;
  display: block;
  width: 100%;
}

.bar:before, .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  /*background: #4a89dc;*/
  background: #1b2848;
  transition: all 0.2s ease;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

/* active */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width: 50%;
}

/* Highlight */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active */
input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
          animation: inputHighlighter 0.3s ease;
}

/* Animations */
@-webkit-keyframes inputHighlighter {
  from {
    background: #4a89dc;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #4a89dc;
  }
  to {
    width: 0;
    background: transparent;
  }
}
button {
  position: relative;
  display: inline-block;
  margin: 0.3em 0 1em 0;
}

/* Button */
/*
.button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  margin: .3em 0 1em 0;
  vertical-align: middle;
  color: #fff;
  font-size: 0.8em;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: all 0.15s ease;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12%);
  text-transform: uppercase;
  font-weight: 400;

  &:hover {
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18%), 0 4px 15px 0 rgba(0, 0, 0, 0.15%);
  }
}*/
/*
.button:focus {
  outline: 0;
}
  */
/* Button modifiers */
.buttonBlue {
  background: #4a89dc;
  text-shadow: 1px 1px 0 rgba(39, 110, 204, 0.5);
}

.buttonBlue:hover {
  background: #357bd8;
}

.buttonDarkBlue {
  background-color: #2e4379;
  /*border-bottom-color: #1b2848;*/
}

/* Ripples container */
.ripples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}

/* Ripples circle */
.ripplesCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.ripples.is-active .ripplesCircle {
  -webkit-animation: ripples 0.4s ease-in;
          animation: ripples 0.4s ease-in;
}

/* Ripples animation */
@-webkit-keyframes ripples {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
@keyframes ripples {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
footer {
  text-align: center;
}

footer p {
  color: #888;
  font-size: 13px;
  letter-spacing: 0.4px;
}

footer a {
  color: #4a89dc;
  text-decoration: none;
  transition: all 0.2s ease;
}

footer a:hover {
  color: #666;
  text-decoration: underline;
}

footer img {
  width: 80px;
  transition: all 0.2s ease;
}

footer img:hover {
  opacity: 0.83;
}

footer img:focus, footer a:focus {
  outline: none;
}

.header {
  width: 100%;
  height: 150px;
  padding: 2em;
}

.logo {
  background-image: url(../images/logo_bodemonderzoek.jpg);
  width: 100%;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}

/* Validation */
.input-validation-error {
  background-color: #f2dede;
  border-color: #ebccd1;
}

.disabled {
  cursor: default;
  background: rgb(108, 123, 161) !important;
  color: #ecf3fb !important;
  border-bottom: 2px solid #2e4379;
}

.col-sm-none {
  display: none !important;
}

@media (min-width: 768px) {
  .col-sm-none {
    display: flex !important;
  }
}/*# sourceMappingURL=vbLogin.css.map */