@charset "utf-8";

header{
  margin-top: 30px;
  color: #43A047;
}
.hrstyle{
  border-width: 3px;
  border-color: #43A047;
}
h1{
  font-size: 25px;
    font-weight: bold;
    margin: 0;
  text-align: center;
}
h2{
  font-size: 18px;
    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: #ffeeee;
}
input[type="email"]:invalid{
  background: #ffeeee;
}
input:valid{
  background: transparent;
}
input:focus{
  background: #ddffe8;
}
select:required{
  background: #ffeeee;
}
select:valid{
  background: transparent;
}


