body {
  width: 100%;
  height: 100%;
  background-color: #eee;
}

.configwise_title {
  color: #231B5B;
}

.login_button {
  background: #FFA900;
  border-radius: 15px;
  height: 50px;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  border-decoration: none;
}

.input_field {
  height: 36px;
  border-radius: 7px;
  border: solid 1px #c4c4c4;
  background-color: #FFF;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #b9b9b9;
}

.register_button, .register_button:hover {
  width: 100%;
  padding-top: 3%;
  border: 0px solid transparent;
  background: transparent;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #231B5B;
  text-decoration: none;
}

.authenticate_button, .authenticate_button:hover {
  background: #f3712a !important;
  border-radius: 15px;
  height: 50px;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  border-decoration: none;
}

.new_code_button, .new_code_button:hover {
  background: #f3712a;
  border-radius: 15px;
  height: 50px;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  border-decoration: none;
}

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