#forgot-password, #reset-password {
  width: 400px;
  margin: 0 auto;
  font-size: 13px;
}

#forgot-password-form label, #reset-password-form label {
  width: 120px;
}

.fieldWithErrors {
  display: inline-block;
}

.fieldWithErrors input {
  background: #d74141;
}

.errorExplanation h2 {
  color: #c80000;
}

