div.auth-form {
  border-radius: 8px;
  box-shadow: 0px 3px 5px grey;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-top: 30px;
  max-width: 450px;
  margin: 50px auto;
}
div.auth-form div.logo {
  font-size: 1.9rem;
  font-weight: bold;
}
div.auth-form div.logo a {
  color: #f6c738;
  text-decoration: none !important;
}
div.auth-form h1.get-started {
  font-size: 2rem;
  font-weight: 400;
}
div.auth-form div > label {
  font-size: smaller;
}
div.auth-form div > input.text-field {
  width: 95%;
  background-color: white;
  border: 1px solid #bbb;
  border-radius: 0px;
}
div.auth-form div > input.submit-button {
  width: 100%;
  background-color: #F5C800;
  color: #34383B;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  border: 1px solid #34383B;
  border-radius: 5px;
}
div.auth-form div.password-hint {
  text-align: right;
  margin-top: -15px;
  margin-right: 0px;
  color: grey;
  font-size: smaller;
}
div.auth-form div.divterms {
  font-size: smaller;
}
div.auth-form div.bottom-links {
  font-size: smaller;
  text-align: center;
}
div.auth-form div.bottom-links a {
  color: #f6c738;
}
div.auth-form div.error-hint {
  color: red;
  font-size: small;
}
div.auth-form div > a.submit-link {
  width: 100%;
  background-color: #F5C800;
  color: #34383B;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  border: 1px solid #34383B;
  border-radius: 5px;
}
div.auth-form a.button:hover {
  background-color: #F5C800 !important;
}
