html {
  height: 100%;
}

body {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}
body::before {
  display: none !important;
}

.container-fluid {
  height: 100%;
  align-content: center;
}

#background-logo {
  display: block;
  filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.5));
  margin: -120px auto 20px auto;
  max-width: 40%;
  width: 200px;
}

#login-box {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid #000;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 30px 40px;
  position: relative;
  width: 400px;
}
#login-box .Subtitle {
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 1px -1px #000;
  margin-top: 0;
}
#login-box .Subtitle .Text {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 20px;
  font-weight: 800;
  text-shadow: 0 1px 1px #000;
}
#login-box .FormControl {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: #222;
  box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.25);
  color: #fff;
  padding-left: 40px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  transition: all linear 200ms;
}
#login-box .FormControl::placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-shadow: none;
}
#login-box .FormControl:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 0 10px #fff;
}
#login-box .Label {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  text-shadow: 0 1px 1px #000;
}
#login-box .login-input-icon {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 8px;
  margin-left: 12px;
  position: absolute;
}
#login-box .login-input-password-icon {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 8px;
  margin-left: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#login-box #btn-recovery,
#login-box #btn-first-access {
  box-shadow: none;
  height: 20px;
  line-height: 20px;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline;
  white-space: nowrap;
}
#login-box #btn-recovery:focus,
#login-box #btn-first-access:focus {
  outline: 0;
  box-shadow: none;
}

.toggle-password {
  background-color: transparent;
  padding: 0px;
  box-shadow: none;
  cursor: pointer;
}
.toggle-password:focus {
  color: rgba(255, 255, 255, 0.95);
  outline: 0;
  box-shadow: none;
}

#modal-recovery-password .FormControl {
  padding-left: 40px;
  transition: all linear 200ms;
}
#modal-recovery-password .login-input-icon {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 8px;
  margin-left: 12px;
  position: absolute;
}
#modal-recovery-password .login-input-password-icon {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 8px;
  margin-left: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#modal-recovery-password .toggle-password {
  color: rgba(0, 0, 0, 0.65);
  padding: 0 7px;
}
#modal-recovery-password .toggle-password:hover {
  color: rgba(0, 0, 0, 0.65);
}

#remember {
  margin: 0;
  padding: 0;
}

label[for=remember] {
  margin: 0;
  padding: 2px 0 0 5px !important;
  white-space: nowrap;
}

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