/* Custom styling for Gin login page w/ Gin theme */
body.path-user .user-form-page__user-form img {
    max-height: 80px !important;
    height: 80px;
}

body.path-user .user-form-page__user-form header.content-header .layout-container {
    height: 80px;
}

/* Hide verbose instructions on gin_login form */
.gin-login #block-gin-content .form-item__description {
    display: none;
}

/* Custom styling for Gin login page w/ Material Admin theme */
body.path-user .user-login-form .button,
body.path-user .user-login-form .button--primary {
/*     padding: unset; */ /* Undoing this. Did I do this...? Why did I do this in the first place...? */
}