/* FIXES THE WIDTH OF RESET MY PASSWORD BUTTON */
input[value="Reset My Password"] {
  width: 180px !important;
}