.leftWDiv {
    height: 100vh;
    background-color: #1E293B;
    padding: 5em 3em 0em 14em;
    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: #007bff;
    color: #fff;
}
    .submit:hover{
        color:#fff;
    }
.logo{
    height:100px;
}
.open_eye {
    position: absolute;
    right: 61px;
    top: 361px;
}
.slash {
    position: absolute;
    right: 61px;
    top: 361px;
    display: none;
}
@media only screen and (max-width: 767px) {
    .leftWDiv{
        padding:3em;
    }
    .rightBDiv{
        display:none;
    }
    .logo {
        height: 73px;
    }
    .open_eye {
        position: absolute;
        right: 61px;
        top: 303px;
    }

    .slash {
        position: absolute;
        right: 61px;
        top: 303px;
        display: none;
    }
}