.leftWDiv {
    height: 100vh;
    background-color: #ffffff;
    padding: 8em 7em 2em 8em;
    color: #000000;
    text-align:center
}
    .leftWDiv img{
        height:100px
    }

    .leftWDiv .welcometext {
        margin-top: 30px;
        font-size: 46px;
        font-weight: 700;
    }

.signuptext {
    font-size: 20px;
}


.rightBDiv {
    height: 100vh;
}

    .rightBDiv img {
        height: 100%;
    }

.rememberme {
    display: flex;
    justify-content: space-between;
}

.content-wrapper {
    overflow: hidden !important;
}

.pd0 {
    padding: 0px !important;
}


.form-control {
    background-color: transparent !important;
    border: solid 1px #dadada;
    color: #000000;
    opacity: 1 !important;
    padding: 25px;
    font-weight: 600;
    border-radius: 7px;
}

    .form-control:focus {
        color: #4e4b4b;
        background-color: #fff;
        border-color: #f1781fa8;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(241 120 31 / 30%);
    }
.form-group{
    position:relative;
}

.eye {
    position: absolute;
    right: 21px;
    top: 13px;
}

.submit {
    background-color: #f1781f;
    color: #ffffff;
    padding: 9px;
    border-radius: 0;
    font-size: 21px;
}

    .submit:hover {
        color: #fff;
    }

a {
    color: #f1781f;
    text-decoration: none;
}

    a:hover {
        color: #f1781f;
        text-decoration: underline;
    }






@media only screen and (max-width:767px) {
    .eye {
        position: absolute;
        right: 21px;
        top: 13px;
    }

    .leftWDiv {
        padding: 6em 3em;
    }

    .rightBDiv {
        display: none;
    }
    .leftWDiv img {
        height: 70px
    }

    .leftWDiv .welcometext {
        margin-top: 30px;
        font-size: 35px;
        font-weight: 700;
    }

    .signuptext {
        font-size: 15px;
    }
}
