.ongc-login-only { display: none; }
body.fi-body .fi-simple .ongc-login-only,
body.fi-body .fi-simple-header .ongc-login-only {
  display: block;
  width: 72px;
  height: auto;
  margin: 0 auto 8px;
  margin-top:19px;
}

.fi-simple-header-heading
{
    display: none;
    margin-top: 30px;
}

/* Form on /login only (Filament adds [action="/login"]) */
.fi-simple-layout .fi-fo-field-label-content {
    font-weight: 600;
    font-size: 20px;
    color: white; /* if you want white on dark bg */
}

.fi-sc-component
{
    margin-top: 17px;
}

.fi-ac-btn-action
{
    font-size: 18px;
    /* color: white; */
}

.fi-fo-radio-label-text
{
    color: white;
}

.fi-simple-layout .fi-sc-text {
    color: white !important;
}
