
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('woff2');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.ttf') format('woff2');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.ttf') format('woff2');
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.ttf') format('woff2');
    font-weight: 700;
    font-style: normal;
  }


body {
    font-family: 'Open Sans', sans-serif;
  }
  
a{color: #0070d2 !important;}
p{font-size: 18px;}
.logo{
   margin-top: 50px;
   margin-bottom: 50px;
    display: block;

}
.bg-gray{
    background-color:#F4F6F9;
    padding-bottom: 36px;
}
.bg-white{
    background-color:#FFF;
    padding: 23px 65px 0px 70px;
}
.box-width{
    width:400px!important;
    margin: auto auto 56px auto;
    border: 1px solid #D9DDE5;
    padding: 30px 20px;
}

.clr-gray{ color:#9A9797;}

    .login-box {
        background: #fff;
        width: 400px;
        height: auto;
        border-radius: 5px;
        margin: auto;
        border: 1px solid #D9DDE5;
        padding-bottom: 25px;
        
    }

    .tabs button {
        border: none;
        background: none;
        padding: 0px 0px;
        margin-left: 15px;
        font-weight:500;
        font-size: 16px;
        color: #555353;
        cursor: pointer;
        border-bottom: 4px solid transparent;
    }

    .tabs button.active {
        border-bottom: 4px solid #0070D2;
    }
label{color:#58688A;}
#txtPassword {
    margin-bottom: 10px;
}
#mobilePassword{margin-bottom: 10px;}
    
    .btn-color {
        background-color: #0070D2!important;
        border-radius: 4px!important;
        height:46px; 
        font-size: 16px; 
        font-weight:700;
        border: none;
    }
    .captcha-container {
        display: flex;
        align-items: center;
    }

    .captcha-img {
        width: 120px;
        height: 46px;
        background-color: #fff;
        font-size: 22px;
        text-align: center;
        line-height: 45px;
        font-weight: bold;
        border: 1px solid #E5E3E3;
        border-radius: 5px;
        margin-right: 10px;
        color:#0070D2;
        padding: 0 10px;
    }

    .captcha-input {
        width: 50%;
        padding: 5px;
        font-size: 14px!important;
    }
    .fa-center{
        font-size: 20px;
        padding-left: 20px; 
        padding-top: 5px; 
        display: block;}
    .error-message {
      padding-top:2px;
      padding-bottom:10px;
        color: red;
        font-size: 12px;
    }
    #mobileIdError{ color: red;}
    .is-invalid {
        border: 1px solid red;
    }
    .is-invalid {
    border: 1px solid red !important;
  }
    input{
      border-radius: 4px!important; 
      border:1px solid #969492!important; 
      padding: 12px 20px !important;
    width: 100%!important;
    height:46px;}

.pws{
   margin-top:10px!important;
}

.form-control::placeholder {
    color: #cecece;
}
    .form-label {
        margin-bottom: .5rem;
        font-size: 14px!important;
    }
    a.forgot{
    font-size:15px;
    color: #000;
  }

  ::placeholder {
    color: #58688A!important;
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #58688A!important;
  }
  ul {
    list-style: none; /* Remove default bullets */
    padding: 0;
    clear: both;
}
ul li {
    display: flex;
    align-items: center;
    margin: 17px 0px;
    
}
ul li img {
   
    margin-right: 20px;
}
h4{
    font-size: 30px;
    line-height: 40px;
    color:#032D60;
}
.font-size{
    font-size:16px;
    color:#0070D2;
    font-weight: 600;
}

    @media (max-width: 576px) {
    .login-box {
        background: #fff;
        width: 90%;
    }
    .logo {
        display: block;
        margin: 0 auto 20px;
        max-width: 100%;
    }
    .login-box { padding: 10px; }
  

  a.forgot{
    font-size:15px;
    color: #000;
  }
  

  
    .captcha-container {
        flex-direction: column;
        align-items: center;
    }

    .captcha-img {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100% !important;
    }

    .captcha-input {
        width: 100%;
        margin-top: 10px;
    }
    
  }

  .copyright{
    font-size:12px;
    margin-top: 38px;
    margin-bottom: 0px;
    text-align: center;}

    @media screen and (max-width: 600px) {
        .details{
          display: none;
        }
      }
.dont-forget{
    padding-top:10px!important;
}