body {
  background-color: #ffffff;
}

#AdminFrame {
  background-color: #ffffff;
  border: none;
  min-width: 320px;
}

#AdminFooter {
  font-family: Open Sans;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #020202;
}

#AdminFooter img {
  text-align: center;
  vertical-align: middle;
  width: 67px;
  margin-right: 17.5px;
}

a:visited,
a:link {
  color: #02aedb;
  text-decoration: none;
}

.login_div {
  text-align: center;
}

table.otto {
  color: #020202;
  font-weight: 300;
  text-align: left;
}

input.otto {
  border-radius: 3px;
  background-color: #fdfdfd;
  color: #020202;
  margin-left: 26px;
  padding-left: 6px;
  padding-right: 6px;
  box-sizing: border-box;
}

.otto_button {
  border-radius: 5px;
  background-color: #00aedb;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: 22px;
  margin-left: 26px;
  cursor: pointer;
}

.otto_button[disabled] {
  background-color: #999999;
}

.otto_tagline {
  color: #020202;
  font-family: Open Sans;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

#password_strength_meter {
  margin-left: 26px;
}

#user_password_error_label, #user_password2_error_label {
  display: block;
  padding: 4px 0 4px 26px;
  width: 340px;
}

@media (min-width: 768px) {

  table.otto {
    font-size: 18px;
  }

  input.otto {
    width: 268px;
    height: 40px;
    font-size: 20px;
  }

  .otto_button {
    height: 45px;
    font-size: 18px;
  }

  .otto_logo_row {
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 50px;
    width: 300px;
  }

  .otto_tagline {
    font-size: 24.9px;
    margin-bottom: 49px;
  }

  .otto_spacer1 {
    height: 33px;
  }

  .otto_spacer2 {
    height: 41px;
  }

  .otto_spacer3 {
    height: 172px;
  }

  .submit_button_break {
    display: none;
  }

  #AdminFooter {
    font-size: 12px !important;
  }

}

@media (max-width: 767px) {

  #AdminFrame {
    background-color: #020202;
    border: none;
    min-width: 320px;
  }

  table.otto {
    font-size: 20px;
  }

  input.otto {
    width: 80%;
    height: 44px;
    font-size: 20px;
  }

  .otto_button {
    height: 50px;
    font-size: 20px;
  }

  .otto_logo_row {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 300px;
  }

  .otto_tagline {
    font-size: 28px;
    margin-bottom: 60px;
  }

  .otto_spacer1 {
    height: 33px;
  }

  .otto_spacer2 {
    height: 41px;
  }

  .otto_spacer3 {
    height: 34px;
  }

  #submit_button_break {
    display: inline !important;
  }

  #forgot_password {
    margin-left: 26px;
  }

  #AdminFooter {
    font-size: 14px !important;
    margin-left: 20px;
    margin-right: 20px;
  }

}
