.leftWbody {
    height: 100vh;
    /*background-image: url(../images/auth-bg/backalfa2.jpg);
    background-size: cover;
    background-position: center;*/
    padding: 5em 3em 0em 14em;
    color: #fff;
    
}
.leftWDiv {
    background-color: #f4f4f433;
    margin: 5em 9em 0em 9em;
    color: #1b2d29;
    border: 1px solid #e1e1e1;
    padding: 24px;
    border-radius: 15px;
    backdrop-filter: blur(8px);
    text-align: center;
}


.rightBDiv {
    height: 100vh;
}
.content-wrapper{
    overflow:hidden !important;
}

.pd0 {
    padding: 0px !important;
}
.form-control {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid #0c6d956b;
    border-radius: 8px;
}
.submit {
    background-color: #0c6d95;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50px;
}

    .submit:hover {
        background-color: #29abe2;
        color: #fff;
    }
    @media only screen and (max-width: 600px) {
        .leftWDiv {
            margin-top: 102px !important;
            padding: 15px;
            margin: 0;
        }
        .logo {
            height: 66px!important;
            border-radius: 11px;
            text-align: center;
        }
    .rightBDiv{
        display:none;
    }
}