#frm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#frm .box {
  padding-right: 2rem;
  margin-bottom: 3rem;
}

.box .input {
  width: 300px;
}

.grecaptcha-badge {
  /*z-index: 1000;*/
  top: 100px !important;
}

.psngbk, .bkpsng {
  display: none;
}

#frm table td,
#frm table th {
  border: none;
}

#frm tr td:first-child {
  text-align: right;
}

#frm .register-adornment {
  vertical-align: middle;
}

