.tabs button { font-size: 12px; }
form > label:not(.consent) { font-size: 12px; }
.register-card input[type="text"],
.register-card input[type="tel"],
.register-card input[type="email"],
.register-card input[type="password"] {
  min-height: 46px;
  font-size: 12px;
}
.code-row { display: block; }
.code-row input { width: 100%; margin-top: 7px !important; }
.code-row button {
  width: 100%;
  height: 42px;
  margin-top: 9px;
  border: 1px solid rgba(237, 51, 77, .45);
  border-radius: 9px;
  background: rgba(237, 51, 77, .1);
  color: #ff7e8d;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.code-row button:hover { background: rgba(237, 51, 77, .18); }
.code-row button:disabled { color: #9db0cf; border-color: rgba(184,211,255,.17); cursor: wait; }
.consent {
  gap: 11px;
  font-size: 11px;
  line-height: 1.7;
}
.consent input {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
