.loginButton {
  box-sizing: border-box !important;
}

a.contact-link {
  color: #3e5fc8;
  text-decoration: none;
}

a.contact-link:hover, a.contact-link:focus {
  text-decoration: underline;
}

.login-panel .forgot-username,
.login-panel .forgot-password {
  text-shadow: 0 2px #5e5e5e;
  font-size: 26px;
  text-align: center;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.username-info-section,
.password-info-section {
  margin-bottom: 20px;
  margin-top: 20px;
}

.username-help-section,
.password-help-section {
  height: 120px;
  margin: 0;
}

.username-info-header,
.password-info-header,
.username-help-header,
.password-help-header,
.username-info-text,
.password-info-text,
.username-help-text,
.password-help-text {
  height: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #21201c;
  margin: 0 auto 7px;
}

.username-info-text,
.password-info-text {
  width: 275px;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  line-height: 1.25;
  color: #21201c;
  margin-left: 30px;
  min-height: 0px;
  height: auto;
  text-align: left;
  padding-right: 5px;
}

.username-help-header,
.password-help-header,
.username-help-text,
.password-help-text {
  width: 225px;
  line-height: 1.14;
  font-weight: normal;
  font-size: 15px;
}

.username-help-header,
.password-help-header {
  margin-bottom: 20px;
  height: 35px;
}

.username-help-text,
.password-help-text {
  height: 70px;
}

.success-section {
  margin: 0 auto;
  text-align: center;
  margin: 25px 30px;
}

img.check-icon {
  width: 50px;
  height: 50px;
}

div.email-sent {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: normal;
  margin: 10px 0;
}

div.status-text {
  font-size: 16px;
  line-height: 1.25;
}

.horizontal-divider {
  border: 1px solid #EEE;
  margin-top: 20px;
}

.password-info-pre{
  font-family: inherit;
  color: #21201c;
  text-align: left;
  border: none;
  background-color: transparent;
  font-size: 14px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 925px) {}

@media screen and (min-width: 769px) and (max-width: 800px) {}

@media screen and (min-width: 320px) and (max-width: 767px) {}

@media screen and (max-height: 805px) and (max-width: 1366px) and (min-height: 550px) {}

@media screen and (min-width: 700px) and (max-width: 767px) {}

@media screen and (min-width: 481px) and (max-width: 600px) {}

@media screen and (min-width: 320px) and (max-width: 480px) {}

@media screen and (min-width: 320px) and (max-width: 360px) {}

/*for legacy Apple devices*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {}