html {
  min-height: 100vh;
}

body {
  min-height: 100vh;
  background: linear-gradient(180deg, rgba(0, 210, 255, 0.8) 0%, rgba(30, 143, 229, 0.9) 100%), url("../img/login-bg.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}

#bajorat-media {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: url("../img/bajorat-media-white.png") no-repeat;
  background-size: contain;
  width: 200px;
  height: 50px;
  text-indent: -999999px;
}
@media screen and (max-width: 767px) {
  #bajorat-media {
    background: url("../img/bajorat-media.png") no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
  }
}

#login {
  padding-top: calc(50vh - 270px);
}

.login form {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.login form label {
  color: #fff;
}
.login form .input, .login form input[type=password], .login form input[type=text] {
  border: 0;
  background: rgba(255, 255, 255, 0.9);
}
.login form .button-primary {
  background-image: linear-gradient(32deg, #0c71c3 0%, #1cb5db 100%) !important;
  box-shadow: none !important;
  border: 0 !important;
}
.login form .forgetmenot {
  padding-top: 5px;
}
.login #backtoblog a, .login #nav a {
  color: #fff;
}

.language-switcher {
  opacity: 0.75;
}
.language-switcher label .dashicons {
  color: #fff;
}
.language-switcher #language-switcher-locales, .language-switcher .button {
  display: none;
}
.language-switcher:hover {
  opacity: 1;
}
.language-switcher:hover #language-switcher-locales, .language-switcher:hover .button {
  display: inline-block;
}

/*# sourceMappingURL=login.css.map */
