@charset "utf-8";

header{
  margin-top: 30px;
  color: #0066a0;
}
hr{
  border-width: 3px;
  border-color: #0066a0;
}
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;
}
