.leftWDiv {
    height: 100vh;
    background-color: #0d0c0d;
    padding: 5em 3em 0em 5em;
    color: #fff;
}

.rightBDiv {
    height: 100vh;
}
.content-wrapper{
    overflow:hidden !important;
}

.pd0 {
    padding: 0px !important;
}
.form-control{
    background-color:transparent !important;
    border:solid 1px #fff;
}
.submit {
    background-color: #fce15c;
    color: #070606;
}
    .submit:hover {
        background-color: #9b8725;
        color: #fff;
    }
.logo{
    height:70px;
}
.open_eye {
    position: absolute;
    right: 20px;
    top: 7px;
}
.slash {
    position: absolute;
    right: 20px;
    top: 7px;
    display: none;
}
.rightback {
    background-image: url(https://www.val-chris.com/wp-content/uploads/2022/01/aXZ3xFqNl12uctImpbuohzDOTTLS3OnV1640716895.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .leftWDiv{
        padding:3em;
    }
    .rightBDiv{
        display:none;
    }
    .logo {
        height: 73px;
    }
    .open_eye {
        position: absolute;
        right: 20px;
        top: 7px;
    }

    .slash {
        position: absolute;
        right: 20px;
        top: 7px;
        display: none;
    }
    .rightback {
       display:none
    }
}