div.companyLogo {
    float           : left;
    width           : 190px;
    height          : 150px;
    background      : url(/resources/images/templates/logo-login.png) center center no-repeat transparent;
    background-size : 90px 68px;
}

div.loginContent .form {
    width : 330px;
}

div.footer-version {
    position : absolute;
    bottom   : 10px;
    left     : 50%;
    color    : #aaaaaa;
}

#submitButtonLoader {
    margin-top : 10px;
}

