@media screen and (max-width:376px){
    .client__logo img{
        width:80px;
    }
    .login_crd {
        height: 99vh;
    }
    .client__logo h2{
        font-size:16px;
    }
    .logo-title{
        font-size:14px;
    }
    .inputBox{
        margin-top:30px;
    }
    .captcha-image{
        margin-top:15px;
    }
    .inputBox span,input{
        font-size:13px;
    }
    .captcha-image {
        width: 75%;
        height: 40px;
    }
    .cptch-box{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .captcha-refresh{
        padding: 8px 20px;
        margin-top: 12px;
    }
}



@media screen and (min-width:377px) and (max-width:392px){
    .client__logo img{
        width:80px;
    }
    .login_crd {
        height: 99vh;
    }
    .client__logo h2{
        font-size:16px;
    }
    .logo-title{
        font-size:14px;
    }
    .inputBox{
        margin-top:30px;
    }
    .captcha-image{
        margin-top:15px;
    }
    .inputBox span,input{
        font-size:13px;
    }
    .captcha-image {
        width: 75%;
        height: 40px;
    }
    .cptch-box{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .captcha-refresh{
        padding: 8px 20px;
        margin-top: 12px;
    }
}





@media screen and (min-width:393px) and (max-width:432px){
    .client__logo img{
        width:80px;
    }
    .login_crd {
        height: 99vh;
    }
    .client__logo h2{
        font-size:16px;
    }
    .logo-title{
        font-size:14px;
    }
    .inputBox{
        margin-top:30px;
    }
    .captcha-image{
        margin-top:15px;
    }
    .inputBox span,input{
        font-size:13px;
    }
    .captcha-image {
        width: 75%;
        height: 40px;
    }
    .cptch-box{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .captcha-refresh{
        padding: 8px 20px;
        margin-top: 12px;
    }
}





