.form-wrapper{display:flex;justify-content:center;align-items:center}.form-wrapper .form-embedded{width:90%;height:90%}header.header{height:100%;width:90%;margin:0 auto;padding:20px 5px 0;display:flex;align-items:center;justify-content:flex-start}header.header .logo{height:100%}header.header .logo img{height:100%}.App{width:100%;height:100vh;display:grid;grid-template-rows:80px 8fr}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button{font-size:calc(10px + 2vmin)}.my-form{height:calc(90vh - 80px);width:90%}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fc}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
