/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/

input.input-postal{
  width: 8em;
}
input.input-date{
  width: 12em;
}
input.input-time{
  width: 12em;
}
input.input-tel{
  width: 12em;
}

.field_with_errors {
  
  background-color: red;
  border-width: 1px;
}

label {
  font-weight: bold;
}
