h2 {

  margin: 50px 0 20px 0;

}

#body-content {

  height: 600px;
  padding: 20px 0;

}

.alert {

  margin-top: 30px;

}

form {

  justify-content: center;
  height: 300px;
  background: #ffffff;
  border: 1px solid #666666;
  border-radius: 2px;
  margin-top: 40px;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;

}

form:hover {

  opacity: 1;

}

form input {

  margin: 5px 0;

}

form p {

  color: #a94442;

}

#formSubmit {

  background: #0068b0;
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;

}

#formSubmit:hover {

  opacity: 1;

}

#forgotPassword {

  width: 100%;
  margin-top: 20px;

}
