.pages-body.login-page {
  background: none;
}

.pages-body.login-page .login-form {
  /* z-index: 100; */
  /* min-width: 380px; */
  background-color: #fff;
  display: flex;
  border-radius: 1rem;
  padding: 4rem;
  /* box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.04),
    0 0 8px 0 rgba(0, 0, 0, 0.04), 0 0 4px 0 rgba(0, 0, 0, 0.04); */
}

app-login > iframe {
  position: fixed;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 5;
}

.p-field label .required {
  color: red;
  margin-left: 5px;
}

.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td.action-column {
  padding: 0 !important;
}

.p-datatable .p-datatable-tbody > tr.p-datatable-expansion {
  background-color: #ff450038 !important;
}

.p-dialog.no-scroll .p-dialog-content {
  overflow-y: unset;
}

.action-buttons {
  position: -webkit-sticky;
  position: sticky;
  top: 56px;
  z-index: 1000;
}
