.ste-form label{
  font-weight:800;
  color:#14233b;
  display:grid;
  gap:6px;
}
.ste-form input,
.ste-form select,
.ste-form textarea{
  margin-top:4px;
}
.ste-alert{
  margin-bottom:14px;
}
.ste-submit{
  background:#25D366 !important;
  box-shadow:0 10px 24px rgba(37,211,102,.22) !important;
}
.ste-submit:hover{
  filter:brightness(.96);
}
