.resgis-header {
  width: 100%;
  min-height: 366px;
  background-image: url('../../web-assets/faq/faq-header.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #EDEBFF;
}

.resgis-title {
  color: #4E42C2;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.resgis-desc {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.60);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.resgis-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

img.resgis-question {
  position: relative;
  top: 30px;
  width: 400px;
}

.media-color-wrapper {
  position: relative;
  top: -60px;
  border-radius: 16px;
  background-color: #fff;
}

#EmailRegistrationForm {
  margin-top: 20px;
}

.form-control {
  background: rgba(0, 0, 0, 0.03);
}

.custom-select,
.phone-type-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.03) url('../../web-assets/corporate/arrow-drop.png') no-repeat right 0.75rem center/24px 24px;
  border: 1px solid #ced4da;
  appearance: none;
}

#ContactPhone {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.custom-select.phone-type-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.phone-type-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background: rgba(0, 0, 0, 0.03) url('../../web-assets/corporate/arrow-drop.png') no-repeat right 0.4rem center/24px 24px;
}

.feedback-error {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.feedback-black-error {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #000;
}

@media (max-width: 1099px) {
  main {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .resgis-header {
    background-image: url('../../web-assets/faq/faq-header-mb.png');
  }

  .resgis-header-content {
    /* height: 366px; */
    padding: 35px 27px 64px 27px;
    justify-content: end;
  }

  img.resgis-question {
    display: none;
  }

  .resgis-title {
    font-size: 30px;
  }

  .container-sm {
    padding: 0;
  }

  .media-color-wrapper {
    top: 0;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 0;
  }

  .media-color-wrapper.p-5 {
    padding: 27px 27px 7.5em 27px !important;
  }
}