@import"https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap";#root{text-align:center;font-family:Montserrat,sans-serif}body{margin:0;padding:0}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background-color:#a7a5a5;border-radius:6px}::-webkit-scrollbar-track{background-color:initial;border-radius:6px}.header-section{display:flex;align-items:center;justify-content:space-around;box-shadow:0 0 10px #00000080}.header-section img{height:70px;width:auto;margin:10px 0}.header-section h1{font-size:1.5rem;font-weight:500;letter-spacing:1px}@media (max-width: 768px){.header-section img{height:50px}.header-section h1{font-size:1.2rem}}.home-section{display:flex;justify-content:center;margin:50px 0}.home-container{border-radius:10px;box-shadow:0 0 10px #00000080;padding:20px 30px}@media (max-width: 768px){.home-container{margin:0 15px;width:85%}}.form-section{margin-top:30px}.form-step{display:flex;justify-content:center;max-width:700px}.form-col{margin:0 20px;text-align:left}.form-section label{margin-right:10px;font-size:16px}.form-section input,.form-section textarea{width:100%;padding:7px;margin:7px 0;border-radius:5px;border:1px solid #a7a5a5;font-family:Montserrat,sans-serif;font-size:16px}.form-section textarea{border-radius:10px}.checkbox-label{font-size:12px!important;text-align:left!important}.radio-item{display:flex;align-items:center}.radio-item input{width:fit-content;margin-right:10px}@media (max-width: 768px){.form-step{flex-direction:column}.form-col{margin:10px 0}.form-section input,.form-section textarea{width:100%}.radio-item input{width:fit-content!important}}
