/*! Custom styles for this template */
html {
  display: table;
  height: 100%;
  width: 100%;
}
body {
  display: table-cell;
  vertical-align: middle;
}
.signup {
  -webkit-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
       -o-animation-name: fadeInUp;
          animation-name: fadeInUp;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}
.signup-body {
  padding: 30px;
}
.signup-brand {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
}
.signup-heading {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.signup-footer {
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
}
.help-block.has-error {
  color: #d9831f;
}
@media (min-width: 768px) {
  .signup-body {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
