#component-login {
  display: flex;
  justify-content: center;
  height: calc(100% - 114px);
  align-items: center;
  margin: auto;
}
#component-login:has(#passwordReset) {
  max-width: 500px;
}
#component-login #submitForm .frm-form {
  border-radius: 8px;
}
#component-login #submitForm .frm-form .frm-body .frm-grid {
  grid-template-columns: 300px;
  gap: unset;
  row-gap: 20px;
}
#component-login #submitForm .frm-form .frm-footer {
  flex-direction: column;
  margin-top: 16px;
  padding-top: 16px;
  gap: 32px;
}
#component-login #submitForm .frm-form .frm-footer:has(#BID2) {
  gap: 16px;
}
#component-login #submitForm .frm-form .frm-footer #BID1 {
  width: 100%;
}
#component-login #submitForm .frm-form .frm-footer a:has(#BID2) {
  width: 100%;
}
#component-login #submitForm .frm-form .frm-footer #BID2 {
  width: 100%;
}
#component-login #submitForm .frm-form .frm-footer .frm-footer-buttons-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#component-login #submitForm .frm-form .frm-footer .frm-footer-buttons-wrapper .frm-buttons-row > a {
  color: var(--color-tertiary);
}
#component-login #submitForm .frm-form .frm-footer .frm-footer-buttons-wrapper .frm-buttons-row > span {
  color: var(--color-primary);
}
/*# sourceMappingURL=login.css.map */