/* TaskBirds registration refinements v300 */
.tb-form{gap:12px}
.tb-input{height:44px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.tb-input:focus-within{border-color:#6f7cff;background:#07102a;box-shadow:0 0 0 2px rgba(104,91,255,.16),0 0 16px rgba(75,110,255,.22)}
.tb-password-field{grid-template-columns:40px minmax(0,1fr) 44px}
.tb-password-toggle{width:44px;height:100%;border:0;border-left:1px solid rgba(95,109,166,.28);background:rgba(22,32,70,.58);color:#b9c7ff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}
.tb-password-toggle:hover,.tb-password-toggle:focus-visible{background:rgba(75,68,170,.52);color:#fff;outline:0;box-shadow:inset 0 0 14px rgba(105,90,255,.22)}
.tb-password-toggle svg{width:21px;height:21px;fill:currentColor}
.tb-password-toggle.is-visible{color:#8fd6ff;background:rgba(41,95,170,.42)}
.tb-password-hint{margin-top:-5px;color:#aeb8e6;font-size:11px;line-height:1.35;padding:0 4px}
.tb-rules{grid-template-columns:minmax(0,1fr) 26px;padding:12px 13px;font-size:12px}
.tb-rules a{text-decoration:underline;text-underline-offset:2px}
.tb-rules input{width:19px;height:19px;cursor:pointer}
.tb-gift-box{padding:12px 13px}
.tb-inline-login{text-align:center;color:#cbd5ff;font-size:13px;font-weight:700;padding:2px 0 0}
.tb-inline-login a{color:#8fb2ff;font-weight:900;text-decoration:none;margin-left:4px}
.tb-inline-login a:hover{text-decoration:underline;text-underline-offset:3px;color:#fff}
.tb-submit{margin-top:1px}
@media(max-width:520px){.tb-rules{grid-template-columns:minmax(0,1fr) 24px}.tb-password-hint{font-size:10.5px}}
