HTML {
  font-family: Ariel, Helvetica, Sanserif;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  color: #333;
  height: 100%;
  padding: 0;
  background-color: #323232;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#393939), to(#323232));
  background-image: linear-gradient(top, #393939, #323232);
  background-repeat: no-repeat;
}

BODY.login {
  position: relative;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dedede));
  border-radius: 4px;
  box-shadow: 12px 12px 25px -8px #000;
  width: 940px;
  height: auto;
  padding: 0;
  padding-top: 1px;
  margin: 20px auto;
}

DIV#loginLogoWrapper {
  margin-top: 80px;
  width: 100%;
  height: auto;
  text-align: center;
}

DIV#loginWrapper {
  margin: 80px auto 100px;
  width: 300px;
}
DIV#loginWrapper DIV.formField {
  margin-bottom: 15px;
}
DIV#loginWrapper DIV.formField INPUT {
  float: none;
  padding-left: 5px;
  width: 270px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
DIV#loginWrapper LABEL {
  width: 100px;
}
DIV#loginWrapper INPUT.loginButton {
  text-align: center;
  display: inline-block;
  width: 278px;
  line-height: 30px;
  margin: 20px 0 0 0;
  color: white;
  border: 1px solid #fff;
  background-color: #fe6c00;
  font-size: 14px;
}

SPAN.required {
  color: #B14026;
}

DIV.clearAll {
  clear: both;
  color: transparent;
  font-size: 0.001em;
  margin: 0;
  padding: 0;
  height: 0.001em;
}

.facility-redirect-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
}
.facility-redirect-box {
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  max-width: 500px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}
.facility-redirect-box-header {
  font-weight: bold;
  margin-bottom: 10px;
}
.facility-redirect-box-button {
  background-color: #0057D8;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  float: right;
}
.facility-redirect-box-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
}

.facility-forgot-password {
  color: #007AAA;
  cursor: pointer;
  background: none;
  border: none;
}
.facility-forgot-password:hover {
  color: #00628c;
}

.psap-forgot-password {
    color: #007AAA;
    cursor: pointer;
    background: none;
    border: none;
}
.psap-forgot-password:hover {
    color: #00628c;
}

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