.leftWDiv {
    padding: 1em 3em 1em 3em;
    color: #fff;
    border-radius: 10px;
    margin-top: 105px;
    box-shadow: 0px 8px 45px 0px #090808;
    text-align: center;
}
    .leftWDiv img{
        height:100px;
    }

    .rightBDiv {
        height: 100vh;
    }
.content-wrapper {
    overflow: hidden !important;
    background-image: url(../images/auth-bg/loginb.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}
.f-size h4 {
    font-size: 37px;
}

.pd0 {
    padding: 0px !important;
}
.form-control{
    background-color:transparent !important;
    border:solid 1px #fff;
}
.submit {
    background: linear-gradient(145deg, gold, #fad600);
    color: #000;
}
    .submit:hover {
        background: linear-gradient(145deg, gold,#fff, #fad600);
        color: #000;
    }
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.25rem !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    .btn.focus, .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem #1c1f23;
    }


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 1.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem #1c1f23;
    }
    @media only screen and (max-width: 600px) {
        .leftWDiv {
            padding: 1em;
            color: #fff;
            border-radius: 10px;
            box-shadow: 0px 0px 11px 0px black;
            margin: 90px 31px;
        }
    .rightBDiv{
        display:none;
    }
        .f-size h4 {
            font-size: 30px;
        }
        .leftWDiv img {
            height: 60px;
        }
}