.dash-header {
    top: 0 !important;
    border-radius: 0 !important;
}

.custom-login .custom-wrapper {
    max-width: 100%;
}

.custom-login .custom-user-login-inner {
    max-width: 100%;
    padding: 0;
    min-height: 100vh;
}

.custom-login .custom-wrapper .card .card-body {
    border-radius: 10px !important;
}

/** Responsive CSS */
@media (max-width: 575px) {
    .custom-login .custom-login-inner .dash-header {
        top: 0 !important;
    }
}
