/* Custom CSS for Login Body Layout - starts here */
div.salesforceIdentityLoginBody2 {
    position: static;
    min-height: 100vh;
}
.salesforceIdentityLoginBody2 div.cCenterPanel div.cDTE_LoginForm {
    margin: -5px -12px;
    top: 0;
}
.salesforceIdentityLoginBody2 div.cCenterPanel {
    margin:0;
    max-width: none;
    position: static;
    width: 100%;
}
.salesforceIdentityLoginBody2 div.cCenterPanel:before {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
}
@media only screen and (min-width: 48em) {
    div.salesforceIdentityLoginBody2 {
        position: absolute;
        min-height: 100%;
        height: auto;
    }
}
/* Custom CSS for Login Body Layout - ends here */

/* Custom CSS for Customer Service Layout - starts here */
body .siteforceServiceBody .siteforceContentArea {
    background: transparent;
}
/* Custom CSS for Customer Service Layout - ends here */