.u-section-1 .u-sheet-1 {
  min-height: 100px;
}

.u-section-1 .u-text-1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3rem;
  width: 722px;
  margin: 66px auto 0;
}

.u-section-1 .u-line-1 {
  width: 86px;
  height: 7px;
  transform-origin: right center 0px;
  margin: 33px auto 60px;
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    font-size: 1.5rem;
    width: 340px;
  }
}.u-section-2 {
  background-image: none;
}

.u-section-2 .u-sheet-1 {
  min-height: 700px;
}

.u-section-2 .u-shape-1 {
  width: 693px;
  height: 700px;
  margin: 30px auto 0;
}

.u-section-2 .u-form-1 {
  height: 947px;
  width: 619px;
  margin: -650px auto 0;
}

.u-section-2 .u-label-1 {
  letter-spacing: 0px;
}

.u-section-2 .u-label-2 {
  letter-spacing: 0px;
}

.u-section-2 .u-form-group-3 {
  margin-left: 0;
}

.u-section-2 .u-label-3 {
  letter-spacing: 0px;
}

.u-section-2 .u-form-group-4 {
  margin-left: 0;
}

.u-section-2 .u-label-4 {
  letter-spacing: 0px;
}

.u-section-2 .u-form-group-5 {
  margin-left: 0;
}

.u-section-2 .u-label-5 {
  letter-spacing: 0px;
}

.u-section-2 .u-form-group-6 {
  margin-left: 0;
}

.u-section-2 .u-label-6 {
  letter-spacing: 0px;
}

.u-section-2 .u-label-7 {
  letter-spacing: 0px;
}

.u-section-2 .u-form-group-7 {
  margin-left: 0;
}

.u-section-2 .u-form-group-8 {
  margin-left: 0;
  letter-spacing: normal;
}

.u-section-2 .u-label-12 {
  letter-spacing: 0px;
}

.u-section-2 .u-input-6 {
  letter-spacing: 0px;
}

.u-section-2 .u-form-group-9 {
  margin-left: 0;
}

.u-section-2 .u-label-13 {
  letter-spacing: 0px;
}

.u-section-2 .u-form-group-10 {
  margin-left: 0;
}

.u-section-2 .u-label-14 {
  letter-spacing: 0px;
}

.u-section-2 .u-form-group-11 {
  margin-left: 0;
}

.u-section-2 .u-label-15 {
  letter-spacing: 0px;
}

.u-section-2 .u-form-group-12 {
  margin-left: 0;
}

.u-section-2 .u-label-16 {
  letter-spacing: 0px;
}

.u-section-2 .u-form-group-13 {
  margin-left: 0;
}

.u-section-2 .u-label-17 {
  letter-spacing: 0px;
}

.u-section-2 .u-form-group-14 {
  margin-left: 0;
}

.u-section-2 .u-label-18 {
  letter-spacing: 0px;
}

.u-section-2 .u-btn-1 {
  border-style: none;
}

.u-section-2 .u-icon-1 {
  height: 106px;
  width: 106px;
  background-image: none;
  margin: -1073px auto 60px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-shape-1 {
    height: 1078px;
    margin-top: 0;
  }

  .u-section-2 .u-form-1 {
    width: 591px;
    margin-top: -964px;
  }

  .u-section-2 .u-icon-1 {
    height: 94px;
    width: 94px;
    margin-top: -1052px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-icon-1 {
    height: 93px;
    width: 93px;
    margin-top: -1048px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-shape-1 {
    width: 540px;
  }

  .u-section-2 .u-form-1 {
    width: 510px;
  }

  .u-section-2 .u-icon-1 {
    height: 94px;
    width: 94px;
    margin-top: -1047px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-shape-1 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-2 .u-form-1 {
    height: 972px;
    width: 310px;
    margin-top: -985px;
  }

  .u-section-2 .u-icon-1 {
    height: 70px;
    width: 70px;
    margin-top: -1051px;
  }
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

#regForm {
  background-color: #ffffff;
  margin: 30px auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}

h3 {
  text-align: center;  
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}
</