/* Add here all your css styles (customizations) */
.hero-image {
  background-image: url("../../assets/img/man-at-whiteboard-6_sm.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.hero-text {
  bottom: 20%;
  color: #ffffff;
  left: 10%;
  position: absolute;
  text-align: left;
}
.hero-text > p {
  margin-top: 0.5em;
}
.u-has-success-v1-2 .form-control-feedback,
.u-has-error-v1-2 .form-control-feedback {
  font-size: large;
  margin-bottom: 1.5em;
}
