body{margin:0;padding:0;font-family:Inter,-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;min-height:100vh}*{font-family:Inter,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.importantCard{width:20%;margin:auto;max-width:100%}.registerForm{display:grid;grid-template-areas:"email email" "firstName lastName" "password repeatPassword" "save save" "submit submit";grid-gap:10px}.tinyForm{margin:auto;width:50%;max-width:100%}@media only screen and (max-width:600px){.importantCard{width:95%;margin:8px auto;padding:16px}.registerForm{display:grid;grid-template-areas:"email" "firstName" "lastName" "password" "repeatPassword" "save" "submit";grid-gap:12px}.tinyForm{margin:auto;width:95%;padding:12px}input,select,textarea{font-size:16px!important}button{min-height:44px}}@media only screen and (min-width:601px) and (max-width:900px){.importantCard{width:70%;margin:auto}.registerForm{display:grid;grid-template-areas:"email" "firstName" "lastName" "password" "repeatPassword" "save" "submit";grid-gap:10px}.tinyForm{margin:auto;width:70%}}@media only screen and (min-width:901px){.importantCard{width:20%}.tinyForm{width:50%}}body{background:linear-gradient(180deg,#f8fdf9 0,#fff)!important}#root>div,body{min-height:100vh!important}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:700}button{font-family:Inter,sans-serif!important}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}.importantInfo{display:flex;flex-direction:row;justify-content:space-around;grid-gap:16px;gap:16px;flex-wrap:wrap;padding:16px}.datePickerInPopup{margin:10px!important}@media only screen and (max-width:600px){.importantInfo{flex-direction:column;padding:8px;grid-gap:12px;gap:12px}.importantInfo>*{width:100%!important;max-width:100%!important}}@media only screen and (min-width:601px) and (max-width:960px){.importantInfo{flex-direction:column;padding:12px}}@media only screen and (min-width:961px){.importantInfo{flex-direction:row}}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.522c3c62.chunk.css.map */