.loginPage .loginPanelContent .submitrow {
    /*hide simpleview logo*/
    /*set custom logo, increased padding to show the entire logo*/
    background-image: url("/img/logo.png");
    background-repeat: no-repeat;
    padding-top: 30px;
}

.loginPage .loginPanelContent .submitrow img.logo {
    display: none;
}

.loginPage .loginPanelContent input[type="button"] {
    margin-bottom: 30px;
}

.logoArea img.logo {
    background-image: url("/img/Area-logo.png");
    width: 0;
    /* this hides the simpleview logo */
    height: 0;
    /* this hides the simpleview logo */
    background-size: cover;
    padding: 23px 82px;
    /* <-- change this */
}

/* line 34, ../sass/theme/theme.scss */
.loginPage {
    background-image: url("/img/Background.png") !important;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover !important;
}