.modal-content-login {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 90%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: 1.8px solid #3f4b97;
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    padding: 0px 32px;
  }
  
  .form-control-login {
    display: block;
    width: 100%;
    padding: 0.400rem 1.5rem 0.605rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3e4a98;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1.5px solid #3e4a98;
    border-radius: 30px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .form-control-login::placeholder {
    color: #3e4a98;
    opacity: 1;
    font-size: 11px;
    font-weight: 600;
  }
  
  .modal-header-Login img {
    width: 45%;
    height: 45%;
  }
  
  .modal-header-Login {
    display: flex;
    justify-content: center;
    padding: 30px 20px 0px 20px;
  }
  
  .modal-body-Login h4 {
    font-weight: 700;
  }
  
  .form-label-login {
    font-size: 13px;
    color: #3e4a98;
    font-weight: 500;
    padding-left: 10px;
    padding-bottom: 3px;
  }

  .privacy-policy{
    font-size: 13px !important;
  }  
  
  a {
    color: #3e4a98;
    text-decoration: none;
    font-weight: 600;
  }
  
  .form-check-input-login[type="checkbox"] {
    border-radius: 0.25em;
    border: 1px solid #3e4a98;
  }
  
  .form-check-label {
    color: rgba(0, 0, 0, 0.753);
    text-decoration: none;
    font-size: 11px;
    opacity: 0.6;
    font-weight: 400;
    margin-left: 0.55rem;
  }
  
  .form-check {
    display: flex;
    align-items: center;
    min-height: 1.5rem;
    padding-left: 0.3rem;
    margin-bottom: 0.125rem;
  }
  
  .btn-login {
    width: 100%;
    background-color: #2b388f;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0px;
    font-weight: 600;
    border: 1.3px solid #2b388f;
  }
  
  .btn-login:hover {
    width: 100%;
    background-color: white;
    color: #2b388f;
    border: 1.3px solid #2b388f;
  }
  
  