
.resetPassword-form {
  padding: 1em 0.727272727em 1em;
  background-color: white;
}
.resetPassword-form h2 {
  margin-bottom: 0.125em;
  color: #0078a2;
  letter-spacing: -1px;
}
.resetPassword-form form {
  padding: 1em 0;
}
.resetPassword-form form label {
  font-size: 10pt;
  color: #929292;
}
.resetPassword-form form .errorbox {
  border-color: #be0000;
  border-style: solid;
}
.resetPassword-form input,
.resetPassword-form button,
.resetPassword-form [class*="button"],
.resetPassword-form textarea,
.resetPassword-form select {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.resetPassword-form input[type="checkbox"],
.resetPassword-form input[type="radio"] {
  width: auto;
}
.resetPassword-form input[name="Password"] {
  padding-left: 2.25em;
  background-repeat: no-repeat;
  background-image: url('/img/icon-lock.png');
  background-image: url('/img/icon-lock.svg');
  background-size: 1.5em;
}
.resetPassword-form input[name="ConfirmPassword"] {
  padding-left: 2.25em;
  background-repeat: no-repeat;
  background-image: url('/img/icon-key.png');
  background-image: url('/img/icon-key.svg');
  background-size: 1.5em;
}
.resetPassword-form .userName {
  padding-left: 1.75em;
}
.resetPassword-form .userName label {
  color: #929292;
}
.resetPassword-form .userName span {
  font-family: Abel, Source Sans Pro, serif;
  font-size: 1.272727273em;
}
.resetPassword-form .newPassword {
  margin-top: 0.5em;
  padding-top: 1em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 3px 0 0;
}
.resetPassword-form .action {
  padding-top: 1.5em;
  text-align: center;
}
.resetPassword-form .action h1 {
  text-align: center;
}
@media print, screen and (min-width: 37.5em) {
  .resetPassword-form {
    padding-right: 0.88889em;
    padding-left: 0.88889em;
  }
  .resetPassword-form button,
  .resetPassword-form [class*="button"] {
    width: auto;
    margin: 0.5em 0.25em;
  }
  .resetPassword-form .userName {
    padding-left: 1.375em;
    font-size: 1.25em;
  }
  .resetPassword-form .newPassword {
    margin-top: 0;
    padding-top: 0;
    border-width: 0 0 0 3px;
  }
}
@media print, screen and (min-width: 50em) {
  .resetPassword-form {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media print, screen and (min-width: 58.75em) {
  
}
@media print, screen and (min-width: 70em) {
  
}
@media print, screen and (min-width: 80.625em) {
  
}
