/*!
 * WARNING: CSS files are generated, do not edit by hand!
 * Please see README
 */
body.login {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  padding: 0;
  background: url(/images/login_bg.png) repeat-x;
}

body div#login-body {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}

body.login div#body {
  min-height: 850px;
}

body.login #login-banner {
  height: 110px;
  padding-bottom: 0;
  margin-bottom: 0;
}

#login-banner {
  color: #000;
  font-size: 225%;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 10px;
}

#login-banner img {
  max-width: 100%;
}

#login-box {
  width: 440px;
  height: 295px;
  padding: 20px;
  font-size: 120%;
  line-height: 1.5em;
  text-align: left;
  background: #ffffff;
  color: #303030;
  border: 1px solid #fff;
  margin: 100px auto 0;
}

#login-box #login-box-caption {
  font-size: 24px;
  text-align: left;
  margin: 10px 0 0px;
  border-bottom: solid 2px #e6e6e6;
  padding-bottom: 20px;
}

#login-box label {
  display: inline-block;
  width: 7em;
  color: #444;
  text-align: right;
  padding-right: 0.5em;
  font-weight: bold;
}

#login-box input,
#login-box select {
  width: 240px;
  border: 1px solid #adb5c4;
  font-size: inherit;
  padding: 7px;
  box-sizing: border-box;
}

#login-box input[type=submit] {
  border: 0 none;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px #290300;
  background-color: #48a2da;
}

#login-box a {
  color: #9bca54;
  font-weight: bold;
  text-decoration: none;
}

#contact-method {
  margin-top: 50px;
  width: 450px;
  font-size: 14px;
  color: white;
  display: inline-block;
  text-align: left;
  line-height: 1.4em;
}

#contact-method a {
  font-weight: bold;
  color: white;
}

#login-footer-container {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
}

#login-footer {
  width: 900px;
  margin: 0 auto;
  color: #637a8d;
  clear: both;
  margin-top: 2em;
  text-align: center;
  font-size: 16px;
}

a, a:link, a:visited, a:active {
  color: #AC9F76;
  text-decoration: underline;
}

a:hover {
  color: #AC9F76;
  text-decoration: none;
}

#errors {
  text-align: center;
}

.form-group {
  margin-bottom: 15px;
}

.clear {
  margin: 0;
  padding: 0;
  clear: both;
}

.text-center {
  text-align: center !important;
}

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

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.red {
  color: #ff0000 !important;
}

#signature_container {
  display: inline-block;
  margin-bottom: 20px;
}

.note {
  font-size: 16px;
  line-height: 26px;
  max-width: 550px;
  margin: 0 auto 30px;
}

div#covid_waiver {
  border: 1px solid #000000;
  padding: 10px 20px;
}

a.btn {
  text-decoration: none;
}

h5#welcome {
  font-size: 19px;
}

@media screen and (max-width: 899px) {
  #login-text {
    display: none;
  }

  body.login div #login-body,
  #login-footer {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
}

@media screen and (max-width: 755px) {
  #login-banner {
    line-height: 70px;
  }

  #login-box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  #login-box label {
    text-align: left;
    width: 100%;
  }

  #login-box label.blank {
    display: none;
  }

  #login-box input[type=text],
  #login-box select {
    width: 100%;
  }

  #login-box input[type=submit] {
    width: 100%;
    background-size: cover;
  }

  #login-box .form-group {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 450px) {
  #contact-method {
    width: 100%;
  }
}