.white-bg
{
    background: #ffffff !Important;
}
#customer_login h2, #customer_login h1 {
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 15px;
}
.login_form.required {
    color: red;
    font-weight: 700;
    border: 0;
}
.login_form .input-group {
    margin: 0 0 1em;
}
.login_form .input-group label {
    display: block;
    margin-bottom: 0.5em;
}
.login_form .input-group input
{
        outline: none;
    font: inherit;
    width: 100%;
    line-height: 1;
    width: 100%;
    display: block;
    padding: 0.8em;
    background: transparent;
    color: inherit;
        background: #FFF;
    color: inherit;
    border: 1px solid #002147;
        height: 44px;
}
.login_btn
{
        line-height: 1;
    padding: 0.9em 1.1em;
    font-size: 14px;
}
.remember_me span {
    font-weight: 600;
}
p.lost_password {
    font-weight: 600;
}

@media screen and (max-width: 991px)
{
#customer_login h2, #customer_login h1 {
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
}
}