@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.loader{-webkit-animation:load8 1.1s linear infinite;animation:load8 1.1s linear infinite;border:1.1em solid rgba(0,0,0,.098);border-left-color:#fa7f21;border-radius:50%;height:6em;left:calc(50% - 4em);position:absolute;top:calc(50% - 4em);transition:opacity .3s;width:6em}.loader--hide{opacity:0}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}*{box-sizing:border-box;font-family:Roboto,Arial,Helvetica,sans-serif;margin:0;padding:0}body{align-items:center;background:#eee;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:100vh;padding:2rem}.container{margin:auto;max-width:1200px}#form{background:#fff;border-radius:10px;box-shadow:3px 3px 40px #545454e8;display:flex;flex-direction:column;justify-content:center;max-height:100%;max-width:500px;padding:1rem;position:relative}#form input,#form select{border:1px solid #ccc;border-radius:5px;margin:1rem 0;outline:none;padding:.75rem .25rem;position:relative;width:100%}#form header{padding-bottom:40px}#form h4{color:#555;font-size:.9rem}.mt{margin-top:2rem}#form .small{color:#555;font-size:.7rem}#form .checkbox-label{cursor:pointer;display:inline-block;font-size:.9rem}#form .checkbox-input{background-color:#fff;border:1px solid gray;display:inline-block;height:16px;margin-right:8px;-webkit-transform:scale(120%);transform:scale(120%);vertical-align:middle;width:16px}#form .checkbox-input:checked{background-color:gray}#form .input-container{color:#333;font-size:1rem;position:relative}#form .input-grp{grid-gap:.5rem;display:grid;grid-template-columns:1fr 1fr 1fr}#form button{background-color:#fd8641;border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:1.25rem;letter-spacing:1px;margin-top:1.5rem;outline:none;padding:1rem .5rem;position:relative;width:100%;z-index:9}#form button:hover:before{transition:all .2s;width:100%}#form button:hover{background-color:#fd701e}#form button:active{background-color:red}#card{-webkit-animation:fadeIn .2s linear 1;animation:fadeIn .2s linear 1;background-position:50%;background-size:cover;border-radius:15px;color:#eee;display:flex;-webkit-filter:drop-shadow(1px 3px 10px #222);filter:drop-shadow(1px 3px 10px #222);flex-direction:column;height:200px;justify-content:center;left:50%;max-width:385px;padding:1rem;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}@-webkit-keyframes fadeIn{0%{opacity:0;top:-150px}to{opacity:1}}@keyframes fadeIn{0%{opacity:0;top:-150px}to{opacity:1}}#card .header{display:flex;height:70px;justify-content:space-between}#card .sticker{background-position:50%;background-size:cover;border-radius:5px;height:40px;object-fit:contain;width:50px}#card .logo{max-width:60px}#card .body{height:60%;justify-content:center}#card .body,#card .footer{align-items:center;display:flex;flex-direction:row}#card .footer{height:75px;justify-content:space-between}
/*# sourceMappingURL=main.a6fa57d3.css.map*/