.leftWDiv {
    height: 100vh;
    background-color: #fff;
    padding: 5em 5em 0em 5em;
    color: #000;
   text-align:center
}
.leftImg {
    background-image: url("../images/auth-bg/ind1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:100vh;
}
.WelHead {
    font-size: 44px;
    font-weight: 700;
    margin-top: 21px;
    color: #e03c33;
}
.form-control {
    background-color: transparent !important;
    border: solid 1px #fff;
    color: #111;
    opacity: 1 !important;
    border: none;
    box-shadow: 0px 1px 13px 0px #0000000d;
    padding: 10px 22px;
    font-size: 18px;
    background: #e03c3314;
    height: 60px;
    border-radius: .25rem;
    position:relative
}
ul.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navi-item {
    text-align: left;
}

.eye {
    position: absolute;
    right: 26px;
    bottom: 15px;
    font-size: 17px;
    color: #e03c33;
}

.form-control:focus {
    color: #111;
    background-color: #fff;
    border-color: #e03c33;
    outline: 0;
    box-shadow: 0 0 20px 0.2rem rgb(224 60 51 / 37%);
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}
input::placeholder{
    color:#111
}

.rightBDiv {
    height: 100vh;
}
.content-wrapper{
    overflow:hidden !important;
}

.pd0 {
    padding: 0px !important;
}

.submit {
    background-color: #e03c33;
    color: #fff;
    height: 60px;
    font-size: 20px;
}
    .submit:hover{
        color:#fff;
    }
.rempass{
    display:flex;
    justify-content:space-between;
}
a:hover {
    color: #e03c33;
    text-decoration: underline;
}

a {
    color: #e03c33;
    text-decoration: none;
    background-color: transparent;
}



@media only screen and (max-width:767px) {
    .eye {
        position: absolute;
        right: 26px;
        bottom: 15px;
        font-size: 17px;
        color: #e03c33;
    }

    .mobileNone {
        display: none
    }

    .leftWDiv {
        padding: 3em;
        background-image: url(../images/auth-bg/mobback.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .rightBDiv {
        display: none;
    }
}