﻿body {
    background: url(/Client/LightQPublic/images/login-bg.jpg) no-repeat center center fixed;
    background-size: cover;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
@media screen and (max-width: 599px) {
    .lightQ-card__form .lightQ-card__body {
        padding: 1.3rem 0rem !important;
    }
    .lightQ-card__form .lightQ-card__textbox {
        font-size: 15px !important;
    }
}