/* custom css start */
.login_card {
    width: 50%;
    margin-top: 2rem;
  }
  .login_section .card {
    padding: 30px;
    width: 100%;
  }
  .login_section .card .login-header {
    width: 100%;
    padding-bottom: 20px;
  }
  .form_container_login {
    width: 300px;
  }
  .login_section .card .login-header h2 {
    font-size: 26px;
    line-height: 30px;
    color: #16123d;
    font-weight: 700;
    font-family: "Gilroy-bold";
    padding-bottom: 15px;
  }
  .login_section .card .login-header p {
    font-family: "Gilroy-regular";
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    padding-bottom: 10px;
  }
  .login_section .card .login_form {
    width: 100%;
    display: contents;
  }
  .login_section .card .login_form .react-tel-input .form-control {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    padding-left: 50px;
  }
  .login_section .card .login_form .react-tel-input .form-control:focus {
    border-color: #cacaca;
  }
  .login_section .card .login_form .react-tel-input .selected-flag {
    padding: 0 0 0 12px;
  }
  .login_section .card .login_form .react-tel-input .selected-flag .arrow {
    left: 18px;
    background-image: url("../img/down.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 22px;
    border-top: none;
    top: 0;
  }
  .login_section .card .login_form .react-tel-input .selected-flag .arrow.up {
    border-bottom: none;
  }
  .login_section .card .login-btn {
    font-family: "Gilroy-Medium";
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    border-color: rgb(58, 75, 134);
    /* text-transform: uppercase; */
  }
  .sign_up .card .login-btn {
    font-family: "Gilroy-Medium";
    margin-top: 30px;
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    border-color: rgb(58, 75, 134);
    /* text-transform: uppercase; */
  }
  .login_section .card .login-footer {
    width: 100%;
    padding: 40px 0 10px 0;
  }
  .login_section .card .login-footer p {
    font-family: "Gilroy-Medium";
    font-size: 16px;
    line-height: 20px;
    color: #16123d;
    font-weight: 500;
    padding-bottom: 20px;
  }
  
  .login_section .card .login-footer .fa {
    font-size: 30px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #ccc;
    text-decoration: none;
    position: relative;
  }
  
  .login_section .card .login-footer .fa:not(:first-child) {
    margin-left: 10px;
  }
  
  .login_section .card .login-footer .fa:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  
  .login_section .card .login-footer .fa:before {
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .login_section .card .login-footer .fa-facebook {
    color: #3b5998;
  }
  .login_section .card .login-footer .fa-google {
    color: #dd4b39;
  }
  .login_section.sign_up .card .login-header {
    padding-bottom: 20px;
  }
  .login_section.sign_up .card .login-header p {
    padding-bottom: 0;
  }
  .login_section .card .signup_form {
    width: 100%;
  }
  .login_section .card .signup_form .form-group {
    padding-bottom: 15px;
  }
  .login_section .card .signup_form .form-group label {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-family: "Gilroy-Bold";
    font-weight: 700;
    padding-bottom: 8px;
  }
  .login_section .card .signup_form .form-group select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
  .login_section .card .form-control:focus {
    border: 1px solid #012970;
  }
  .btn-check:active + .btn-dark:focus,
  .btn-check:checked + .btn-dark:focus,
  .btn-dark.active:focus,
  .btn-dark:active:focus,
  .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: none;
  }
  .otp_section .card {
    width: 100%;
    padding: 30px 20px;
  }
  .otp_section .card .otp-verification-header p {
    padding-bottom: 15px;
    font-family: "Gilroy-Medium";
    font-size: 16px;
    line-height: 20px;
    color: #16123d;
    font-weight: 500;
  }
  .otp_section .card .login-btn {
    font-family: "Gilroy-Medium";
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    border-color: rgb(58, 75, 134);
    /* text-transform: uppercase; */
  }
  .otp_section .card .footer p {
    font-family: "Gilroy-Medium";
    font-size: 14px;
    font-weight: 400;
    color: #000000;
  }
  @media screen and (max-width: 767px) {
    .login_section .card {
      padding: 30px 20px;
    }
    .login_section .card .login-header {
      padding-bottom: 20px;
      margin-top: 20px !important;
    }
    .login_section .card .login-header p {
      font-size: 14px;
      padding-bottom: 0;
    }
    .login_section .card .login-header h2 {
      font-size: 24px;
    }
  }
  
/* Login Style */

.logo {
    height: 50px;
    width: 240px;
    text-align: center;
  }
  
  .input-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .icon-container {
    width: 50px;
    margin: auto;
    margin-left: 5px;
  }
  
  .icon {
    padding: 10px;
    background: dodgerblue;
    color: white;
    min-width: 50px;
    text-align: center;
  }
  
  .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
  }
  
  .login-btn {
    border-radius: 10px;
    background-color: #16123d;
  }
  
  .login-flag {
    height: 80%;
    width: 80%;
  }
  
  .input-field:focus {
    border: 2px solid dodgerblue;
  }
  
  
  .inputs input {
    width: 40px;
    height: 40px;
  }
  
  .otp-not-received a {
    text-decoration: none;
  }
  
  .image-upload > input {
    display: none;
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
  }
  
  .form-control:focus {
    box-shadow: none;
    border: 1px solid #0000ff;
  }