
.vm-auth-recovery-row{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  margin:-4px 0 10px;
}

.vm-auth-recovery-link{
  color:#7ee7ff!important;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
  opacity:.95;
  transition:.18s ease;
}

.vm-auth-recovery-link:hover{
  color:#ffffff!important;
  text-shadow:0 0 14px rgba(126,231,255,.6);
}

.vm-child-safety-fields{
  margin:18px 0;
  padding:18px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(59,220,255,.08),rgba(255,91,215,.06));
  border:1px solid rgba(67,206,255,.22);
}

.vm-child-safety-fields h3{
  margin:0 0 8px;
  color:#fff;
}

.vm-child-safety-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:12px;
}

.vm-child-safety-fields input{
  width:100%;
  min-height:44px;
  border-radius:14px;
  border:1px solid rgba(59,220,255,.34);
  background:rgba(7,18,39,.88);
  color:#f2f8ff;
  padding:10px 12px;
  box-sizing:border-box;
}

.vm-child-safety-note{
  font-size:13px;
  color:#b9c9e7;
  margin-top:10px;
}
