/* Enter Your Custom CSS Here */

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, label
{
    width: 100%;
}

.form-button:hover, .form-button:focus
{
  color: white;
  background-color: #ae292f !important;
}