.custom_send_form {
  width: 100%;
  padding: 1em 3em;
}
.modal-content {
  background: #F9F9FA;
  min-width: 850px;
  margin-left: calc(50% - 425px);
  padding: 5em;
}
.modal-title {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color:#153D8A;
}
.modal-description {
  font-family: Gilroy;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}
  .send_form_field {
  width: 100%;
  padding: .2rem;
}

.send_form_field strong {
  display: block;
  margin: 15px 0px 5px 0px;
}

.send_form_field input, .send_form_field textarea {
  height: 45px;
  width: 100%;
  border: 1px #ddd solid;
  padding: 0px 15px;
  border-radius: 2px;
  margin: 1em 0;
}

.send_form_field textarea {
  height: 100px;
  padding: 15px;
}

.send_form_field_d {
  display: none;
}

.send_form_submit input {
  height: 45px;
  width: 100%;
  padding: 0px 15px;
  border-radius: 2px;
  background: #0b6086;
  color: #ffffff;
  border: none;
  margin-top: 35px;
}

#drop-zone {
  border: 2px dashed #ccc;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

#drop-zone.dragged {
  background-color: #f0f0f0;
}

#thumbnails {
  display: flex;
  flex-wrap: wrap;
}

#drop-zone input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  opacity: 0;
}

.thumbnail {
  margin: 10px;
  position: relative;
}

.thumbnail img {
  max-width: 100px;
  max-height: 100px;
}

.remove-button {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
}
.btn-primary-custom-form{
  background: linear-gradient(90deg, #153D8A 0%, #3B74E2 100%);
  width: 100%;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 2em;
  padding: auto;
  text-align: center;
  font-family: 'Gilroy';
  font-weight: 400;
}
#AGGREE {
  height: 20px !important;
  display: block;
  float: left;
  width: 20px;
  margin-right: 2em;
}
.smart-captcha {
  min-width: 300px;
  height: 102px;
  margin-bottom: 2em;
}
/*# sourceMappingURL=style.css.map */
