:export{bg:#fff;primaryColor:#498632;secondaryColor:#2c2f31}.register-page{display:grid;grid-template-columns:repeat(2,1fr);align-items:start;gap:2rem;margin:2rem auto;max-width:1200px;width:100%;box-sizing:border-box;padding:0 1rem}.register-page .register-square{background-color:#f8f8f9;background-image:url(/assets/img/background_account_page.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;aspect-ratio:570/484;padding:2rem;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.register-page .register-square p{font-size:1.2rem;max-width:90%}.register-page h1,.register-page h2{margin-bottom:1rem}.register-page section{padding:3rem;background:#fff;border-radius:8px;box-sizing:border-box}.register-page .password_generator{display:flex;flex-direction:row}.register-page .password_generator .password_preview{border:1px solid #ddd;height:38px;line-height:28px;flex:3;padding:5px}.register-page .password_generator .btn-primary{flex:1;margin-left:1rem}.register-page .register-form .privacy-info-container{padding-top:2rem}.register-page .register-form .privacy-info{padding:1rem;max-height:10rem;overflow-y:auto;background-color:#fff;border:1px solid #6c757d;border-radius:6px}@media(max-width:767px){.register-page{grid-template-columns:1fr;gap:1.5rem;margin:1rem auto;padding:0 1rem}.register-page .register-square{margin-top:100px;aspect-ratio:auto;min-height:220px;padding:1.5rem;background-size:cover;background-position:50%;border-radius:6px}.register-page .register-square p{font-size:1rem}.register-page section{padding:1.5rem}.register-page .password_generator{flex-direction:column}.register-page .password_generator .password_preview{width:100%;margin-bottom:.5rem}.register-page .password_generator .btn-primary{width:100%;margin-left:0}}