.bx-system-auth-form {
  width: 100% !important;
  margin-top: 1.6rem;
}
.bx-system-auth-form table {
  width: 100% !important;
}
.bx-system-auth-form table tr {
  display: none !important;
}
.bx-system-auth-form table tr:nth-child(1),
.bx-system-auth-form table tr:nth-child(2),
.bx-system-auth-form table tr:nth-child(4) {
  display: block !important;
}
.bx-system-auth-form table tr:nth-child(1),
.bx-system-auth-form table tr:nth-child(2) {
  margin-bottom: 1rem;
}
.bx-system-auth-form table tr:nth-child(4) {
  margin-top: 2rem;
}
.bx-system-auth-form table td, .bx-system-auth-form table input {
  display: block !important;
}
.bx-system-auth-form table input[type=submit] {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.75rem;
  padding: 0.72rem 1.5rem;
  border: 0;
  border-radius: 0.55rem;
  color: white;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(115deg, #1298dc, #2dd4bf);
  box-shadow: 0 10px 30px rgba(14, 165, 233, 0.15);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}
.bx-system-auth-form table input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(14, 165, 233, 0.26);
}
.bx-system-auth-form table input[type=submit]:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(14, 165, 233, 0.26);
}

/*# sourceMappingURL=modalAuth.css.map */
