body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
.login-wrapper{
    padding: 102px 0;
}
.pos-rel{
    position: relative;
}
.d-none{
    display: none;
}
.lw-wrap {
    display: flex;
    align-items: center;
}
.lw-img-wrap {
    width: 57.68667642752562%;
}
.lw-img img{
    width: 100%;
}
.lw-content-wrap{
    width: calc(100% - 57.68667642752562%);
}
.lw-login-form {
    width: 74.73684210526315%;
    margin: 0 5.198vw 0 5.4vw;
}
.lw-logo-wrap {
    max-width: 93px;
    text-align: center;
    margin: 0 auto 19px;
}
.lw-logo-wrap > a{
    display: block;
}
.lw-logo-wrap img{
    width: 100%;
}
.lw-heading-wrap {
    text-align: center;
    margin-bottom: 30px;
}
.lw-heading-wrap h1{
    font-family: 'Roboto Slab';
    font-weight: 400;
    font-size: 28px;
    line-height: 37px;
    color: #2E2E2E;
    margin: 0 0 13px 0;
    padding: 0;
}
.lw-heading-wrap > p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #9A98A8;
    
}
.lw-loginner p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #2E2E2E;
    margin: 0 0 8px 0;
    padding:0;
}
.lw-loginner .form-group{
    margin-bottom: 14px;
}
.formSection .lw-loginner .inputGroup .form-control{
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px !important;
    color: #9A98A8;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    outline: none;
    box-shadow: none;
    padding: 16px 17px;
    height: auto !important;
}
.lw-loginner input#txtUserPassword{
    padding-right: 52px;
}
.lw-pwd-icon{
    position: absolute;
    right: 22px;
    top: 14px;
}
.lw-pwd-icon i{
    color: #9A98A8;
    font-size: 21px;
}
.lw-checkbox label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    margin-left: 8px;
}
.lw-checkbox .styled{
    display: flex;
    align-items: center;
}
.lw-checkbox input[type=checkbox]{
    margin: 0;
}
.lw-flex{
    display: flex;
    justify-content: space-between;
}
.lw-flex p{
    font-size: 14px;
    line-height: 16px;
    color: #4D9DDA;
    margin: 0;
}
.lw-flex >  p > a{
    text-decoration: none;
    color: #4D9DDA;
}
.lw-loginbtn{
    background: #201E5C;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 17px 0;
    width: 100%;
    text-transform: capitalize;
    border: none;
}
.lw-signup-wrap {
    text-align: center;
}
.lw-signup-wrap > h2{
    font-family: 'Roboto Slab';
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #2E2E2E;
    margin: 30px 0 16px 0;
}
.lw-signupbtn{
    width: 100%;
    background: #4D9DDA;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    padding: 17px 0;
    margin-bottom: 20px;
}
.lw-contact-link{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #2E2E2E;
}
.lw-contact-link:hover{
    text-decoration-line: none;
    color: #2E2E2E;
}
/* Responsive */
@media only screen and (max-width: 992px) {
    .login-wrapper {
        padding: 50px 0;
        background-image: url(../images/login_Banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .lw-wrap{
        background: #fff;
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 20px;
    }
    .lw-img-wrap{
        display: none;
    }
    .lw-content-wrap{
        width: 100%;
        margin: 0 auto;
    }
    .lw-login-form{
        margin: 0 auto;
        width: 80%;
       
    }
}
@media only screen and (max-width: 480px) {
    .lw-login-form {
        width: 100%;
 
    }
}



