*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
p{
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
}
a{
    text-decoration: none;
}
.header-sec .staff-btn{
    background-color: #2075b8; 
    border-color: #2075b8;
}
.header-sec .staff-btn:hover{
    background-color: transparent;
    color: #2075b8;
}
.header-sec .login-btn{
    background-color: #27265f;
    border-color: #27265f;
}
.header-sec .login-btn:hover{
    background-color: transparent;
    color: #27265f;
}
.header-box h1{
    text-align: center;
    padding: 3% 0 0;
    font-size: 50px;
    font-weight: 700;
}
.header-box p{
    text-align: center;
    padding: 0 0 3%;
    font-size: 15px;
    font-weight: 400;
    color: #aaa;
}

.header-sec {
    padding: 1.5% 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
    background-color: #efefef;
    border: 1px solid #aaa;
}
.header-sec .row{
    align-items: center;
}
.header-sec .logo img{
    width: 35%;
}
.header-sec .buttons{
    text-align: right;
}
.header-sec .common-btn{
    border-radius: 30px;
    box-shadow: none;
    padding: 1.5% 5%;
    font-size: 15px;
}

/* banner section start */
.banner .img{
    position: relative;
}
.banner .img img{
    width: 100%;
}
.banner .img .opacity{
   /*background-color: #000;*/
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0.6;
}
.banner .img .content{
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.banner .img .content h1{
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 40px;
}

/* about section start */
.founder-sec{
    padding-top: 5%;
}
.founder-row{
    text-align: center;
}
.founder-row .img img{
    border-radius: 20px;
    width: 25%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
    margin-bottom: 3%;
}
.founder-row .content h2{
    color: #FF250c;
}
.founder-row .content h5{
    color: #aaa;
    font-size: 20px;
}
.founder-row .content p{
     font-weight: 400;
    padding: 3% 0 0;
    color: #000;
}
.founder-sec .content p{
    color: #000;
    font-weight: 400;
}
.breif-company{
    padding: 4% 0;
    align-items: center;
}

.breif-company .img img{
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}

.staff-login .login-box .img{
    position: relative;
}
.staff-login .login-box .img .opacity{
    background-image: linear-gradient(to right, #2075b8 , #27265f);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.6;
    border-radius: 20px 0 0 20px;
}







.staff-login {
    padding: 5% 0;
}
.staff-login .login-box {
    border-radius: 20px;
    display: grid;
    grid-template-columns: 50% 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    align-items: center;
}
.staff-login .login-box .img .content{
    position: relative;
    z-index: 10;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}
.staff-login .login-box .img .content h2{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}
.staff-login .login-box .img .content h6{
    color: #eee;
    font-size: 15px;
    font-weight: 500;
}
.staff-login .login-box .img .content .sign-up{
    border-radius: 30px;
    width: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 5%;
}
.staff-login .login-box .img{
    background: url('https://test215.besthr.in/data-entry-operator/front/assets/staff-login.jpg')no-repeat;
    background-size: cover;
    background-position: center;
    /* padding: 20% 0; */
    height: 500px;
    border-radius: 20px 0 0 20px;
}
.staff-login .login-box  .log-into{
    padding: 5% 2.5%;
    border-radius: 0 20px 20px 0;
}
.staff-login .login-box  .log-into h2{
    color: #2075b8;
    font-weight: 700;
    font-size: 50px;
}
.staff-login .login-box  .log-into h5{
    color: #aaa;
    font-weight: 500;
    font-size: 14px;
}
.staff-login .login-box  .log-into h6{
    color: #FF250c;
    font-weight: 500;
    font-size: 12px;
}
.staff-login .login-box  .log-into .form-group{
    position: relative;
}
.staff-login .login-box  .log-into .form-group .form-control{
    border-radius: 30px;
    box-shadow: none;
    transition: 0.6s;
}
.staff-login .login-box  .log-into .form-group .form-control:hover{
    transition: 0.6s;
    border: 1px solid #2075b8;
}
.staff-login .login-box  .log-into .fa-envelope{
    position: absolute;
    right: 5%;
    bottom: 20%;
    color: #27265f;
}
.staff-login .login-box  .log-into .fa-lock{
    position: absolute;
    right: 5%;
    bottom: 20%;
    color: #27265f;
}
.staff-login .login-box  .log-into .staff-btn{
    margin-top: 2%;
    padding: 0.5% 0 1%;
    font-weight: 700;
    font-size: 22px;
    width: 100%;
    border-radius: 30px;
    /*border: 1px solid #FF250c;*/
    background-image: linear-gradient(to right, #2075b8 , #27265f);
    color: #fff;
}
.staff-login .login-box  .log-into .bottom-box{
    padding: 2% 3% 0;
}
.staff-login .login-box  .log-into .bottom-box .forgot-box
{
   text-align: right;
}
.staff-login .login-box  .log-into .bottom-box .forgot-box a{
    font-size: 15px;
    color: #fd4351;
}
.staff-login .login-box  .log-into .bottom-box .form-check-input{
border: 1px solid #2075b8 !important;
/* background-color: #fd4351; */
}
.form-check-input:checked{
    border: 1px solid #fd4351;
    background-color: #fd4351;
}





/* footer sec start */
.footer-sec{
    background-color: #654321;
    padding: 3% 0 1%;
    text-align: center;
}
.footer-sec .bottom-footer{
    /* padding: 3% 0 0%; */
}
.footer-sec p{
    color: #fff;
}

img.work-image {
    width: 1000px;
}

img.agreement {
    width: 1000px;
}



/* Resposive for all devices */
@media only screen and (max-width: 767px) {
    .header-box h1{
        font-size: 35px;
    }
    p{
        font-size: 13px;
        line-height: 20px;
    }
    .header-sec .logo{
        text-align: center;
        padding-left: 4%;
    }
    .header-sec .buttons {
      text-align: center;
      padding: 2% 0;
    }
    .breif-company .img img{
        margin-bottom: 5%;
    }
    .banner .img img{
        height: 200px;
    }
    .banner .img .content h1{
        font-size: 40px;
    }

    .staff-login{
        padding: 10% 0;
    }
    .staff-login .login-box .img{
        height: 60vh;
    }
    .staff-login .login-box {
        grid-template-columns: 100%;
    }
    .staff-login .login-box .img img{
        border-radius: 20px 20px 0 0;
    }
    .staff-login .login-box  .log-into{
    border-radius: 0 0 20px 20px;
    }
    .staff-login .login-box .img{
        border-radius: 20px 20px 0 0;
    }
    .staff-login .login-box .img .opacity{
        border-radius: 20px 20px 0 0;
    }
    .staff-login .login-box .log-into h2{
        font-size: 40px;
    }
    .staff-login .login-box .log-into .staff-btn{
        font-size: 20px;
        padding: 1% 0 1.5%;
    }
    
    img.work-image {
        width: auto;
    }
    
    img.agreement {
        width: auto;
    }
    
  }

  .help-block {
    color: red;
    font-size: 14px;
}
.wrapper .agreement-watermark .navbar .btn-info{
    background-color: #27265f  !important;
    color: #fff !important;
    border-color: #27265f  !important;
}

#countdown {
    color: #2075b8 !important;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 2rem;
}