body{font-family: 'Poppins', sans-serif;}
.cm-home-mobile .footer-logo-left{
    position: absolute;
    left: 4%;
    bottom: 4%;
    width: 200px;
    opacity: 0.2;
}
.cm-home-mobile{background-repeat: no-repeat;background-size: cover;background-position: center center;position: relative; overflow:auto;}
.cm-mobile-ragistration-box{position: relative;max-width: 460px;margin:0 auto;overflow: hidden;}
.cm-mobile-ragistration-box .cm-texts{position: absolute;top: 18px;left: 50%;transform: translateX(-48.5%);width: 78%;display: block;overflow-y: auto;overflow-x: hidden;height: 92%;}
.cm-mobile-ragistration-box h1{font-size: 28px;margin-top: 20px;color: #0F293C;margin-bottom: 30px;}
.cm-mobile-ragistration-box .cm-texts{font-size: 1rem;}
.cm-mobile-ragistration-box a{color: #0F293C;font-weight: 700;text-decoration:none;}
.cm-mobile-ragistration-box .form-control{color: #0F293C; border-color: #0F293C;font-size:0.9rem;}
.btn-green-gredient {background: linear-gradient(to right, #56c1ae 0%, #47c2d0 100%);border:0px; height: 40px; margin: auto; font-size: 15px;}
.cm-mobile-ragistration-box .policy{font-size: 12px;margin-top: 0;}
.text-right {margin-left: 40%;}

@media only screen and (max-width:1420px){
    .cm-home-mobile .footer-logo-left{width: 140px;}
}
@media only screen and (max-width:575px){
    .cm-mobile-ragistration-box .cm-texts{position: relative;top: 0px;left: 0%;transform: translateX(-0);width: 100%;display: block;height: auto;}
    .cm-home-mobile>.container-fluid{background-color:rgba(255,255,255,0.60);}
    .cm-home-mobile .footer-logo-left{display: none;}    
    .cm-mobile-ragistration-box .form-control{color: #0F293C; border-color: #0F293C;font-size:0.8rem;}
}
@media only screen and (min-width:992px){
    .cm-mobile-ragistration-box .cm-texts::-webkit-scrollbar{width: 5px;background: transparent;}
    .cm-mobile-ragistration-box .cm-texts::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.0);-webkit-border-radius: 0px;border-radius: 0px;}
    .cm-mobile-ragistration-box .cm-texts::-webkit-scrollbar-thumb{-webkit-border-radius: 0px;border-radius: 0px;background:rgb(0,0,0, 0.2);}
    .cm-mobile-ragistration-box .cm-texts::-webkit-scrollbar-thumb:window-inactive{background: rgba(0,0,0, 0.0);}
}