.orangehrm-login-branding { padding-bottom: 20px !important; background-color: #f8f8f8 !important; }
.orangehrm-login-branding img { height: 70px !important; width: auto !important; max-height: unset !important; }

.oxd-sidepanel-header .oxd-brand-banner img { height: 60px !important; width: auto !important; }

/* Start Responsive CSS */
@media only screen and (max-width: 320px) {
}

@media only screen and (min-width: 320px) and (max-width:480px) {
}

@media only screen and (min-width: 480px) and (max-width:768px) {
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
}

@media only screen and (min-width: 1024px) and (max-width:1365px) {
}

@media only screen and (min-width: 1366px) and (max-width:1600px) {
}

@media only screen and (min-width: 1601px) and (max-width:1900px) {
}

@media only screen and (min-width: 1900px) {
}
/* End Responsive CSS */