#loginForm input
{
    padding-left: 10px;
    background-color: #ffffff !important;
}


#loginForm input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#msgLoginError{
    display: none;
}

#errorPlace
{
    margin: 0;
    height: 25px;
}

#loginForm .progress
{
    margin: 0;
    display: none;
    position: absolute;
}