.form-heading {
  font-weight: inherit;
  font-size: 50px;
  text-align: center;
  margin-top: 10px;
}

label {
  font-weight: 500;
}

.tx-align {
  text-align: center;
}

.noScroll {
  overflow: hidden;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  padding-top: 50px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.88);
}

/* Modal Content */

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 25px;
}

/* The Close Button */

.close {
  color: #333;
  opacity: 0.75;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#myModal {
  color: black;
}

@media (min-width: 992px) {
  .modal-content {
    width: 40%;
  }
}