.apply-section {
  margin: 7rem auto 0;
  width: 90%;
}

h2 {
  text-align: center;
  color: #3e467b;
  margin: 2rem 0;
}

p {
  text-align: center;
}

.cont {
  display: flex;
  justify-content: center;
  background: url(../img/application_page.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 !important;
  background-position: top;
  background-attachment: fixed;
}

.cont .contact-title {
  margin: 18rem auto;
}

.cont .contact-title h2 {
  font-size: 3.8rem;
  margin: 0 0 1.5rem;
  font-weight: 100;
  text-align: center;
  color: #f5f5f5;
  line-height: 1.5;
}

.cont .contact-title h3 {
  font-size: 1.6rem;
  font-weight: 100;
  text-align: center;
  color: #f5f5f5;
}

#employmentStatus,
#repayment {
  height: 3rem;
  padding: 0 1em;
  border: none;
  outline: none;
  padding: 1rem 0.9rem;
  background: #6f6f6f7e;
  color: #363636;
  border: 1px solid #6f6f6f7e;
}

.form button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: auto;
  border: none;
  outline: none;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  background: #3e467b;
  border-radius: 3rem;
  cursor: pointer;
  width: 10rem;
}

.form button span {
  display: block;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  justify-content: center;
  border-radius: 3rem;
  color: #f5f5f5;
  padding: 0.8rem 1rem;
  transition: all 0.3s linear;
  width: 100%;
  text-transform: uppercase;
}

.form button span:before {
  content: "";
  position: absolute;
  top: 100%;
  border: none;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff4500;
  transition: top 0.3s;
  z-index: -1;
}

.form button span {
  position: relative;
  z-index: 2;
  font-family: "calibri" !important;
  font-size: 0.9rem !important;
}

.form button:hover span:before {
  top: 0;
}

.form button:hover span {
  color: #fff;
}
