
.new_homepage_modal .modal_header {
    background-color: white;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 20px 20px 0px 0px;
}
.new_homepage_modal .modal_header .modal_inner {
    padding: 24px;
}
.new_homepage_modal .new_modal_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 0px;
}
.new_homepage_modal .modal_close{
    top: 19px;
    right: 22px

}
.new_modal_content {
    padding: 36px;
    display: flex;
    flex-direction: column;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}
.new_modal_content .pageContainer_row {
    margin: 6px 0;
}
.error_message {
    font-weight: 300;
    font-size: 15px;
}

  .remember_me_container {
    margin: 20px 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .agree_terms_container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .landingNav_profile_menu a {
    display: table;
    margin: 15px 0;
    color: #474747;
}
  .login_register_modal_forgot {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    text-decoration-line: underline;
    color: #474747;
  }
/*   .show_register_modal_default {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #474747;
  }
  .show_register_modal_default.btn-round {
    color: #fff;
  }

  .show_register_modal_default.btn-round:hover {
    color: #000;
  } */


  
  .new_modal_content button[type='submit'] {
    background: linear-gradient(90deg, #6C5CE7 0.96%, #5367F5 49.39%, #E75C91 98.85%);
    border-radius: 4px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    padding: 18px;
  }
  #submit_forgot {
    padding-top: 18px;
  }
  .found_password_container, .found_password_container a {
    padding-top: 30px;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #474747;
  }

  .new_toggle {
    --width: 50px;
    --height: 22px;

    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
    border-radius: 15px;
    cursor: pointer;
  }

  .new_toggle input {
    display: none;
  }

  .new_toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    border: 1px solid #C2C2C2;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
  }

  .new_toggle .slider::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: 14px;
    height: 14px;
    border-radius: calc(var(--height) / 2);
    background: #C2C2C2;
    transition: all 0.4s ease-in-out;
  }

  .new_toggle input:checked+.slider {
    border-color: #6E6EEF;
  }

  .new_toggle input:checked+.slider::before {
    border-color: #6E6EEF;
    background-color: #fff;
    transform: translateX(calc(var(--width) - var(--height)));
  }

  .new_toggle .labels {
    position: absolute;
    top: 7px;
    left: 3px;
    width: 100%;
    height: 100%;
    color: #474747;
    font-size: 11px;
    transition: all 0.4s ease-in-out;
  }

  .new_toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 7px;
    opacity: 1;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); */
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    font-size: 11px;
    line-height: 100%;
    /* identical to box height, or 11px */

    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
  }

  .new_toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 5px;
    opacity: 0;
    /* text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4); */
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    font-size: 11px;
    line-height: 100%;
    /* identical to box height, or 11px */
    color: #fff;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
  }

  .new_toggle input:checked.labels {
    color: #fff;
  }

  .new_toggle input:checked~.labels::after {
    opacity: 0;
  }

  .new_toggle input:checked~.labels::before {
    opacity: 1;
  }
  .new_mobile_text {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #474747;
    margin-top: 6px;
  }

  .new_modal_content .input-container {
    width: 100%;
  }
  .input_password_container img {
    top: 20px;
}
  .new_modal_content  .input-icon {
    background: white;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 2px;
    height: 44px;
    width: 48px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-right: 1px solid #C2C2C2;
  }
  .new_modal_content  .input-icon img {
    top: unset;
    left: unset;
    right: unset;
    height: unset;
  }
  
  .new_modal_content  .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    height: 55px;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    padding-left: 65px;
  }
  .new_modal_content  select {
    width: 100%;
    padding: 10px;
    outline: none;
    height: 55px;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
  }
  .new_modal_content  .input-field:focus{
    border: 1px solid #C2C2C2;
    border-radius: 4px;
  }
  .new_modal_content  .select:focus{
    border: 1px solid #C2C2C2;
    border-radius: 4px;
  }
 
  .how_hear_text {
    padding-top: 10px;
  }

@media screen and (max-width: 479px){
    .new_homepage_modal .new_modal_title {
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 0px;
    }
}