main {
  flex: 1;
  background-color: #F4F6F6;
}

body.splash-screen {
  background-color: #eee !important;
}

a#logo:hover {
  transform: scale(1.05);
  z-index: 110;
}

a#logo > img {
  display: block;
  width: 120px;
  height: 80px;
}

iframe {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: block;
}

#iframeContainer {
  overflow: auto;
  -webkit-overflow-scrolling: auto;
}

form#new_user_password div.form-group > label #questionMark {
  font-size: 1em;
  color: black !important;
}

#passwordProgressBar {
  width: 5em;
  height: 0.7em !important;
}
#passwordProgressBar meter {
  margin: 0;
  -moz-appearance: meterbar;
  -webkit-appearance: meter;
  width: 100% !important;
  height: 16px !important;
  border: 1px solid #ccc;
  border-radius: 2px;
  /* Applicable only to Firefox */
}
#passwordProgressBar meter::-webkit-meter-inner-element {
  -webkit-appearance: inherit;
  height: 100% !important;
}
#passwordProgressBar meter::-webkit-meter-optimum-value {
  -webkit-transition: width 0.75s;
  -webkit-user-modify: read-only !important;
}
#passwordProgressBar meter::-webkit-meter-bar {
  -webkit-user-modify: read-only !important;
}
#passwordProgressBar meter[value="1"]::-webkit-meter-optimum-value {
  background: #DC3545;
}
#passwordProgressBar meter[value="2"]::-webkit-meter-optimum-value {
  background: #FFC107;
}
#passwordProgressBar meter[value="3"]::-webkit-meter-optimum-value {
  background: #28A745;
}

a.a-large {
  font-size: 1em !important;
}

#confirmedEmail:hover {
  cursor: pointer !important;
  background-color: #F9EBEA !important;
}
#confirmedEmail i {
  font-size: 16px !important;
}

/*# sourceMappingURL=login.css.map */
