@keyframes input-autofill-detected{0%{opacity:1}to{opacity:1}}input[data-detect-autofill]:autofill{animation-name:input-autofill-detected;animation-duration:.01s}input[data-detect-autofill]:-webkit-autofill{animation-name:input-autofill-detected;animation-duration:.01s}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%}
