html, body {
  font-size: 13px;
}

/*
    Match h3 style from legacy
*/
h3 {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  padding-top: 3em;
}

/*
    helper classes
 */
.center-aligned {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/*
    Match the foundation alert class to make it look like legacy
 */
.alert-box {
  padding: 7px;
  color: black;
  border-width: 1px;
  border-style: solid;
}

.alert-box.alert {
  background-color: #FFFFCB;
  border-color: red;
}

.alert-box.success {
  background-color: #FFFFCB;
  border-color: green;
}

/*
    Captcha challenge image styling
 */
img#challenge {
  max-width: none;
  width: 165px;
  height: 34px;
}

input#captcha {
  width: 85px;
}

#forgot .alert-box {
  padding: 7px;
  color: black;
  border-width: 1px;
  border-style: solid;
}
#forgot .alert-box.alert {
  background-color: #FFFFCB;
  border-color: red;
}
#forgot .alert-box.success {
  background-color: #FFFFCB;
  border-color: green;
}
#forgot img#challenge {
  max-width: none;
  width: 165px;
  height: 34px;
}
#forgot input#captcha {
  width: 85px;
}
#forgot table.main-table, #forgot table.main-table table {
  border: none;
  text-align: left;
  padding: 5px;
}
#forgot table.main-table table {
  border-collapse: collapse;
}
#forgot .no-pad {
  padding: 0;
}
#forgot .col-12 {
  width: 100%;
}
#forgot input#submit {
  min-width: 75px;
}
#forgot input#email {
  width: 250px;
}
#forgot .center-aligned.success {
  width: 500px;
  padding-top: 5em;
}
#forgot span.label {
  display: inline-block;
  padding-right: .7em;
  white-space: nowrap;
  font-weight: bold;
}

