.validation-tool-background-login-img {
  background: url("../custom/validation-tool/images/background.png") no-repeat center center fixed !important;
}

.align-right {
  text-align: right;
}

.front-bg {
  height: 200%;
  left: -50%;
  position: fixed;
  top: 0;
  width: 200%;
  z-index: -1;
}
.front-bg div {
  background: url("../images/background.png") no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  min-width: 50%;
  min-height: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.front-bg div.background-certification-img {
  background: url("../images/certificate_background.png") no-repeat center center fixed;
}

.lq-login-logo {
  background: url("../../images/lequest_logo_big.png") no-repeat center right;
  display: block;
  height: 56px;
  right: 0;
  margin-left: 54px;
  padding-left: 60px;
  width: 198px;
  z-index: 1;
  position: absolute;
  z-index: 1;
  bottom: 60px;
  right: 20px;
}

.lq-login-logo-custom {
  background: url("../../images/lequest_logo_big_custom.png") no-repeat center right;
  display: block;
  height: 56px;
  left: 0;
  margin-left: 54px;
  padding-left: 60px;
  width: 198px;
  z-index: 1;
  position: fixed;
  top: 40px;
  z-index: 1;
}

.login-modal {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  left: 50%;
  margin: auto;
  min-width: 250px;
  opacity: 0;
  padding: 26px;
  position: fixed;
  top: 45%;
  transform: translate(-50%, -50%);
  transition: opacity 1s;
  width: 430px;
  z-index: 2;
}
.login-modal.show {
  opacity: 1;
}
.login-modal.visible {
  opacity: 1;
}
.login-modal a {
  color: #00C3CC;
}
.login-modal a.btn-default {
  color: #000;
}
.login-modal a.btn-primary {
  color: #fff;
}
.login-modal .login-header {
  text-align: left;
  margin-bottom: 20px;
}
.login-modal .login-header h1 {
  color: black;
  font-weight: bold;
  margin-bottom: 18px;
  margin-top: 0;
}
.login-modal .login-header p {
  font-weight: bold;
  padding-top: 10px;
}
.login-modal form .form-email {
  margin-bottom: 16px;
}
.login-modal form .form-pw {
  margin-bottom: 18px;
}
.login-modal form .form-pw #inputPassword {
  padding-right: 20px;
}
.login-modal form .form-pw .field-icon {
  color: darkgrey;
  display: block;
  float: right;
  font-size: 16px;
  margin: -25px 5px auto -25px;
  position: relative;
  z-index: 2;
}
.login-modal form #passwordForget {
  color: #666;
  display: inline-block;
  padding-bottom: 20px;
}
.login-modal form .col-sm-6 {
  float: left;
  width: 50%;
}
.login-modal .language-selector .lang-icon {
  background: url("../images/icon-language-grey.png") no-repeat;
  display: inline-block;
  float: left;
  height: 18px;
  position: relative;
  top: 8px;
  width: 18px;
}
.login-modal .language-selector select {
  border: none;
  box-shadow: none;
  float: left;
  width: 80%;
}
.login-modal .language-selector select:hover {
  cursor: pointer;
}

.login-container h1 {
  color: black;
  font-weight: bold;
  margin-bottom: 18px;
  margin-top: 0;
}
.login-container p {
  font-weight: bold;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22px;
  line-height: 20px;
  background: transparent;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

.hospital-image {
  max-width: 140px;
}
@media (min-width: 768px) {
  .hospital-image {
    max-width: 200px;
  }
}

.main .content {
  margin-top: 0 !important;
}

body {
  height: 100%;
}

.btn {
  padding: 6px 8px;
}

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