/*************************************** MODAL CSS ************************************/
.modal-body {
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 0;
  -webkit-box-shadow: 15px 15px 49px #000000a8;
  box-shadow: 15px 15px 49px #000000a8;
}

.modal-content {
  border-radius: 0;
}

.modal-body p {
  font-size: 13px;
}

.modal-content .close {
  width: 40px;
  height: 40px;
  /* background-color: #003421; */
  color: #fff;
  position: absolute;
  right: 0;
  z-index: 9;
  font-size: 15px;
  opacity: 1;
  text-shadow: none;
  padding: 0px;
  /* filter: invert(1); */
}

form .col-12 {
  /* margin-bottom: 20px; */
}

.modal h2 {
  color: #141a2a;
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}

.modal h3 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}

.error_msg {
  display: none;
}

.error {
  color: red;
  font-size: 12px;
  padding-top: 5px;
}

.form-control:focus,
.form-select:focus {
  border-color: #141a2a;
  -webkit-box-shadow: 0 0 0 0.1rem #141a2a;
  box-shadow: 0 0 0 0.1rem #141a2a;
}

.modal-dialog {
  max-width: 400px;
}

.modal .form-control {
  height: 45px;
  padding: 10px 15px;
}

/*************************************** MODAL CSS ************************************/
