:root {
    --black-color: #000000; 
    --white-color: #ffffff; 
    --gray-color: gray; 
    --orange-color: orange; 
    --blue-color: blue; 
    --green-color: green; 
}

#captchadiv{
    display: none;
}

.captchadiv{
    color: white !important;
    font-weight: 800 !important;
    background: linear-gradient(0deg, hsla(0, 0%, 0%, 1) 0%, hsla(55, 100%, 50%, 1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
}

#validationformdiv{
   display: none; 
}

@media (max-width: 1024px){
    .mobflex{
        display: inline-flex;
    }
    
    .mobp0{
        padding: 0;
    }
    
    .mobdisplay{
        display: block;
    }
    
    .mobdisplaynone{
        display: none;
    }
    
    .mobgrid3 {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
        align-items: center;
        justify-items: center;
        margin-bottom: 20px;
        background-color: white;
    }
    
    .mobh15 .redbg{
        height: 100px !important;
        gap: 8px;
        cursor: pointer;
    }
    
    .mobh15 .redbg .fa-solid{
        font-size: 25px;
        color: red;
    }
    
    .mobh15 .redbg div{
        width: 65px;
        font-size: 15px;
        font-size: 12px;
    }
    
    .loginlogo{
        max-height: 40px;
    }
    
    .mobp3{
        padding-top: 0 !important;
        padding-bottom: 3rem !important;
    }
    
    .mobptb{
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }
    
    .txtdw{
        text-decoration: none;
        color: white;
    }
    
    .txtd{
        text-decoration: none;
        color: black;
    }
    
    .txtfr{
        float: right;
    }
    
    .oxyy-login-register .form-control {
        padding: .810rem 0.2rem !important;
    }
}

 
@media (max-width: 767px){   
    
    .logmobdisplaynone{
        display: none;
    }
    
    .qrimg{
        max-height: 150px;
    }
}


@media (min-width: 768px){
    
    .logmobdisplaynone{
        display: block;
    }
}


@media only screen and (max-width: 320px) {
    .captchadiv{
        letter-spacing: 5px;
    } 
    
    .captchadivcss{
        letter-spacing: 5px;
    }
}

@media only screen and (max-width: 425px) and (min-width: 321px) {
    .captchadiv{
        letter-spacing: 10px;
    }
    
    .captchadivcss{
        letter-spacing: 10px;
    }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
    .captchadiv{
        letter-spacing: 10px;
    }
    
    .captchadivcss{
        letter-spacing: 10px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .captchadiv{
        letter-spacing: 17px;
    }
    
    .captchadivcss{
        letter-spacing: 17px;
    }
}

@media (min-width: 1025px) {
    .captchadiv{
        letter-spacing: 32px;
    }
    
    .captchadivcss{
        letter-spacing: 32px;
    }
}
 
@media (min-width: 1025px){
    .mobdisplay{
        display: none;
    }
    
    .mobdisplaynone{
        display: block;
    }
    
    .mobp0{
        padding: 0;
    }
    
    .loginlogo{
        max-height: 60px;
    }
    
    .qrimg{
        min-height: 300px;
    }
    
    .mobp3{
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    
    .mobptb{
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }
    
    .txtd{
        text-decoration: none;
        color: black;
    }
    
    .txtfr{
        float: right;
    }
}


