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

.signup-form label.error {
  font-weight: normal;
  margin-top: 3px;
  color: red;
  font-size: 12px;
}

.signup-form div.error {
  color: red;
  font-size: 12px;
  display: none;
  margin: 10px 0;
}

.complete-box {
  text-align: center;
  margin-top: 100px;
}
