@media (max-width: 575px) {
  .profile-candidate .row .col-12 .row div h1 {
    font-size: 1.7rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .profile-candidate .row .col-12 .row div h1 {
    font-size: 1.9em;
  }
}
@media (max-width: 575px) {
  .profile-candidate .row .col-12 .lead h5 {
    font-size: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .profile-candidate .row .col-12 .lead h5 {
    font-size: 0.9rem;
  }
}

@media (max-width: 575px) {
  .form-prep .mb-3 .candidate-image-container .md-form .image-upload {
    font-size: 0.8em;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .form-prep .mb-3 .candidate-image-container .md-form .image-upload {
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .form-prep .mb-3 .candidate-image-container .md-form button {
    font-size: 0.7em;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .form-prep .mb-3 .candidate-image-container .md-form button {
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .form-prep .mb-3 {
    margin-top: -1em;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .form-prep .mb-3 {
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .form-prep .mb-3 label {
    font-size: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .form-prep .mb-3 label {
    font-size: 0.9rem;
  }
}
.form-prep .mb-3 .input-container {
  position: relative;
}
.form-prep .mb-3 .input-container input {
  padding: 0.5em;
  padding-right: 5em;
  border: 1px solid #FF5500;
  padding-left: 1em;
}
.form-prep .mb-3 .input-container input:focus {
  border: 1px solid #FF5500;
}
@media (max-width: 575px) {
  .form-prep .mb-3 .input-container input {
    font-size: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .form-prep .mb-3 .input-container input {
    font-size: 0.9rem;
  }
}
.form-prep .mb-3 .input-container select {
  padding: 0.5em;
  padding-right: 5em;
  border: 1px solid #FF5500;
  padding-left: 1em;
}
.form-prep .mb-3 .input-container select:focus {
  border: 1px solid #FF5500;
}
@media (max-width: 575px) {
  .form-prep .mb-3 .input-container select {
    font-size: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .form-prep .mb-3 .input-container select {
    font-size: 0.9rem;
  }
}
.form-prep .mb-3 .input-container .icon-input {
  position: absolute;
  top: 0;
  right: 0;
  width: 9%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  color: #FFFFFF;
  font-size: 1.5rem;
  background-color: #FF5500;
  border: 1px solid #FF5500;
}
@media (max-width: 575px) {
  .form-prep .mb-3 .input-container .icon-input {
    font-size: 1rem;
    width: 12%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .form-prep .mb-3 .input-container .icon-input {
    font-size: 1rem;
    width: 10%;
  }
}
@media (max-width: 575px) {
  .form-prep .buttons-container a {
    font-size: 0.6rem;
    padding: 0.4em 1em 0.4em 1em;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .form-prep .buttons-container a {
    font-size: 0.6rem;
    padding: 0.4em 1em 0.4em 1em;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (max-width: 575px) {
  .form-prep .buttons-container button {
    font-size: 0.6rem;
    padding: 0.4em 1em 0.4em 1em;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .form-prep .buttons-container button {
    font-size: 0.6rem;
    padding: 0.4em 1em 0.4em 1em;
    height: -moz-max-content;
    height: max-content;
  }
}
.form-prep .table-container {
  overflow: auto;
  border-radius: 1em;
}
.form-prep .table-container table {
  border-collapse: separate;
  border-spacing: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
}
.form-prep .table-container table .table-header {
  background-color: #FF5500;
  color: white;
  font-weight: bold;
}
.form-prep .table-container table .table-header tr th {
  font-weight: bold;
  font-size: 1rem;
}/*# sourceMappingURL=forms_styles.css.map */