@charset "utf-8";

header{
  margin-top: 30px;
  color: red;
}
hr{
  border-width: 3px;
  border-color: red;
}
h1{
  font-size: 25px;
    font-weight: bold;
    margin: 0;
  text-align: center;
}
.align-light{
    text-align: right;
}
.form-group{
  margin-bottom: 35px;
}
footer p{
  text-align: center;
}
input:required{
  background: #cdfcff;
}
input[type="email"]:invalid{
  background: #cdfcff;
}
input:valid{
  background: transparent;
}
input:focus{
  background: #DCEDC8;
}
.btn-primary {
    color: #fff;
    background-color: #d9534f;
    border-color: red;
}
