.bg-img {
    background: #000 url(../images/MaskGroup1.png);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    padding-top: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kyc-bg-img {
    background: #000 url(../images/MaskGroup1.png);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kyc-bg-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(27 25 25 / 75%);
}
.bg-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(27 25 25 / 75%);
}
.apna-kyc-form{
       background: rgb(255 255 255 / 70%);
   padding:50px !important;
    box-shadow: 6px 3px 36px #00000029;
    margin-bottom: 20px;
}
.apna-login .spinner-border{
    color: #4bb8bd !important;
}
.apnalogo{
    text-align: center;
}
.apna-login-title{
    font-size: 30px;
    color: #BBBBBB;
    font-weight: 500;
    /* margin: auto; */
    line-height: 40px;
    margin-top: 35px;
}

.login-signup {
    font-size: 40px;
    color: #8ADC13!important;
    font-weight: 700;
}

.login-btn{
    color: #FFFFFF!important;
    background-color: #8adc13 !important;
    border-color: #8adc13 !important;
    font-size: 20px !important;
    font-weight: bold;
    border: 0;
    background-image: linear-gradient(45deg, #46b9d3, #56af21);
}
.forget-pass{
    font-size: 16px;
    color: #BBBBBB;
}
.form-place{
    /*width: 475px;*/   
}
.form-place .form-control::placeholder{
      color: #5F5F5F;
}
.login-nivesh{
    z-index: 2;
}
.apna-join-now{
    font-size: 16px;
    float: right;
    color: #BBBBBB;
}
.apna-join-now:hover , .forget-pass:hover{
    color: #8adc13;
}
.required-kyclist{
    font-size: 15px;
    color: #fff;
}
.sing-side{
    left: 88px;
}

.check-kyc-btn{
    color: #FFFFFF!important;
    background-color: #EF6700 !important;
    border-color: #EF6700 !important;
    font-size: 15px !important;
}
.kyc-cnacel-btn{
    color: #FFFFFF!important;
    background-color: #F64E60 !important;
    border-color: #F64E60;
    font-size: 15px !important;
}
.kyc-cnacel-btn:hover{
    background-color: #fb283f !important;
    border-color: #fb283f;
}
.check-kyc-btn:hover{
    background-color: #d25b02 !important;
    border-color: #d25b02 !important; 
}
.kyc-logo{
    text-align: center;
}
.kyc-logo img{
    max-width: auto;
    height: 100px;
}
.kyc-logo p{
    font-size: 26px;
    color: #BBBBBB;
    font-weight: 500;
    line-height: 40px;
    margin-top: 14px;
    margin-bottom: 0px;
}
.kyc-form-title{
    color: #8ADC13!important;
}
.client-kyc-form label ,.client-kyc-form h3{
    color: #fff;
}
.client-kyc-form hr{
    border-color: #fff;
}
/*.client-kyc-form input , .client-kyc-form select{
    padding: 1.25rem;
    height: auto;
}*/
.document{
    font-size: 25px;
    color: #8ADC13!important;
    font-weight: 700;
}
@media(max-width: 991px){
    .kyc-logo p{
        display: none;
    }
    .login{
        display: none;
    }
    .sing-side{
        left: 0;
    }
    .login-logo{
        text-align: center;
    }
    .login-logo img{
        
        max-height: 90px;
    }
    .login-title{
        font-size: 20px;    
        display: none;
        line-height: 25px;
        margin-top: 10px;
    }
    .login-signup{
        font-size: 25px;
        text-align: center;
    }
    .login-btn{
        font-size: 18px !important;
    }
    /*.login-background{
        background-position-y: calc(100% + 5rem);
        background:url('../images/login-visual-1.svg');
    }
    .login.login-3 .login-aside ,.login.login-3 .login-content {
        background:url('../images/bg-img.png');
    }
    .login-title{
        color: #fff!important;
    }
    .pass-icon{
        background:#565050 !important;
    }*/
}