.single_agent_form {
  padding-top: 100px;
  padding-bottom: 20px;
}
.single_agent_form .agent_form {
  height: 100%;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.02);
  padding: 26px 20px;
  border-radius: 15px;
  border: 1px solid rgba(191, 33, 38, 0.23);
}
.single_agent_form .agent_form.active {
  background-color: #b31f24;
}
.single_agent_form .agent_form h3 {
  font-size: 22px;
  color: #b31f24;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.single_agent_form .agent_form .agent_form label {
  font-size: 12px;
  font-weight: 500;
}
.single_agent_form .agent_form .form-control {
  border-radius: 0;
  height: 45px;
  font-size: 14px;
}
.single_agent_form .agent_form .form-control:focus {
  border: 1px solid #dee2e6;
}
.single_agent_form .agent_form .form-group {
  margin-bottom: 1rem;
}
.single_agent_form .agent_form .imp_top {
  position: relative !important;
}
.single_agent_form .agent_form .btn {
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  width: 180px;
  display: block;
  font-weight: 700;
  background: rgb(255, 198, 25);
  border-radius: 20px;
  margin: 0px auto;
  height: auto;
}
.single_agent_form .agent_form p {
  text-align: center;
}
.single_agent_form .agent_form p a {
  color: rgb(179, 31, 36);
  text-decoration: none;
}
.single_agent_form .agent_form .imp {
  color: #b31f24;
  position: unset !important;
  font-size: 20px;
  font-weight: 700;
}
.single_agent_form .buttonClass {
  font-size: 15px;
  text-transform: uppercase;
  color: #b31f24;
  font-weight: 600;
}

.services_offer span {
  margin-right: 20px;
}

#signup-btn {
  text-transform: capitalize !important;
  font-size: 12px;
  background: #b31f24;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto;
  display: block;
  padding: 10px 0px 10px 0px;
}
#signup-btn:hover {
  background-color: #ffc619;
  color: black;
}

.select2-container--default .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px);
  /* Adjust height */
  padding: 0.375rem 0.25rem;
  /* Adjust padding */
  font-family: inherit;
  font-size: 14px;
}

.selection span {
  font-size: 14px !important;
}

.select2-container span {
  width: 100%;
  display: block;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #b31f24 !important;
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px !important;
}

.select2-selection__arrow b {
  border-color: #b31f24 transparent transparent transparent !important;
  border-width: 8px 6px 0 6px !important;
}

.select2-selection__clear {
  display: none;
}

.select2-dropdown {
  width: 300px !important;
}

.select2-results__option:hover,
.single_agent_form .agent_form .btn:hover,
.user_document_page .inner_doc_area .btn-info:hover {
  background-color: #b31f24;
  color: #fff;
}

.select2-container .select2-selection--single {
  height: 45px !important;
  border-color: #dee2e6 !important;
}

.select2-container {
  width: 100% !important;
}

.back-to-login {
  color: #b31f24;
  display: block;
  text-decoration: underline;
}
.back-to-login:hover {
  text-decoration: none;
}

@media screen and (max-width: 760px) {
  .single_agent_form {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -55px;
  }
  .single_agent_form .agent_form {
    background-color: white;
    border: none;
    height: calc(100dvh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
    border-radius: 15px 15px 0px 0px;
  }
  .single_agent_form .agent_form .form-control {
    border-radius: 0.375rem;
  }
  .single_agent_form .agent_form .select2-selection--single {
    border-radius: 0.375rem;
  }
  .single_agent_form .agent_form .btn {
    margin-top: 20px;
    width: 120px;
  }
  .single_agent_form #loginForm {
    display: none;
  }
}
.custom-radio {
  box-shadow: none;
}
.custom-radio:checked {
  background-color: #b31f24;
  border-color: #b31f24;
  box-shadow: none;
}/*# sourceMappingURL=style.css.map */