.text-input{display:flex;flex-direction:column;margin-bottom:1rem}.text-input:not(:has(.text-input__error)){margin-bottom:2.25rem}.text-input__label{font-weight:100;pointer-events:none;transform:translateY(2rem);transition:all .1s ease-in-out}.text-input:has(.text-input__input:not(:-moz-placeholder-shown)) .text-input__label{font-weight:500;pointer-events:auto;transform:translateY(0)}.text-input:has(.text-input__input:focus-visible) .text-input__label,.text-input:has(.text-input__input:not(:placeholder-shown)) .text-input__label{font-weight:500;pointer-events:auto;transform:translateY(0)}.text-input__input{all:unset;border-bottom:1px solid #01344f;height:1.875rem;margin-top:.5rem}.text-input__error{color:red;font-weight:300;height:1.25rem;margin:0}
