body,html{-moz-animation:fadeIn 2s ease 0s 1 normal;animation:fadeIn 2s ease 0s 1 normal;-webkit-animation:fadeIn 1s ease 0s 1 normal;padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}@-moz-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}a{color:inherit;text-decoration:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.correctInput{border-style:solid;border-width:1px}.correctInput,.errorInput{width:100%;height:40px;font-size:20px;border-radius:4px}.errorInput{border:1px solid #d32f2f}.errorText{color:#d32f2f;font-size:.75rem;font-weight:400;line-height:1.66}