/* Tab Content */

.tab {
    overflow: hidden;
    background-color: #FFFFFF;
    text-align: center;
  }

    .tab button {
        background-color: #FFFFFF;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 17px;
        border-bottom: 3px solid #CBE2FF;
        color: #92929D;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        letter-spacing: 0.10em;
        padding-bottom: 10px;
    }

    .tablinks{
        width: 49%
      }
      
      
      /* Create an active/current tablink class */
      .tab button.active {
        background-color: #FFFFFF;
        border-bottom: 3px solid #074DA5;
        color: #11142D;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        letter-spacing: 0.005em
      }

/*end of the tab content*/

      .top-text{
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        display: flex;
        align-items: flex-end;
        letter-spacing: 0.005em;
        color: #11142D;
    }

    .form-control {
        font-weight: normal;
        padding: 0 50px;
        border: 2px solid #074DA5;
        background: #FFFFFF;
    }

    
.button-login{
    background: #074DA5;
    border: none;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
    height: 56px;
    color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 16px;
}

.button-signup{
     background: #074DA5;
    border: none;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
    height: 56px;
    color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 16px;
}


.icheck-primary label{
    /* font-family: 'Poppins'; */
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
  }
  .sign-up{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #9A9AB0;
    padding-left: 20%;
  }
  .sign-up a{
    color: #074DA5;
    font-weight: 700;
  }

  .policy{
    margin-top: 10%;
    /* font-family: 'Poppins'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #9A9AB0;
    display: block;
    text-align: center;
  }
  
  
.sign-up-btn{
    background-color: #FFFFFF;
     border: none;
     outline: none;
     cursor: pointer;
     color: #074DA5;
     font-style: normal;
     font-weight: 700;
     font-size: 16px;
     line-height: 120%;
     text-align: center;

 }

  .footer-text{
    margin-top: 10px;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
  }

  .bg-test{
    background-color: #F5F7FF;
  }
    
