/* Hide password login form elements - SSO only mode */
.orangehrm-login-form > .orangehrm-login-error,
.orangehrm-login-form > form {
    display: none !important;
}

/* Hide the divider since there is only one login option */
.orangehrm-login-form > .orangehrm-login-seperator {
    display: none !important;
}

/* Adjust the SSO section to be centered and prominent */
.orangehrm-login-title {
    margin-bottom: 0.5rem !important;
}
