@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";.wrapper{display:flex;align-items:center;justify-content:center;width:fit-content;height:fit-content;max-width:800px;gap:2rem;padding:0 15px;picture{width:100%;min-width:200;height:fit-content}img{width:100%;min-width:400px}@media (max-width: 768px){flex-direction:column;justify-content:center;text-align:center}}.contents{display:flex;justify-content:center;align-items:center;height:100dvh;width:100dvw;background-color:#fff;font-family:Roboto,sans-serif;color:#010101}.hero{font-size:4rem;font-weight:700;margin:0}.message{font-size:1.2rem;margin:0;color:#353535}.login-body{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw}.modal{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f;background-color:#fcfcfc;width:450px;height:fit-content;padding:32px;display:flex;flex-direction:column;border-radius:8px;gap:32px}.create-account{display:flex;flex-direction:row;gap:4px}.field-container{display:flex;flex-direction:column;align-items:start;width:100%}.field-label{color:#1a1a1a;font-family:Roboto;font-size:15px;font-style:normal;font-weight:600;line-height:25px;letter-spacing:-.075px}.header{display:flex;flex-direction:column;align-items:center;align-self:stretch}.title{color:#1a1a1a;font-family:Roboto;font-size:32px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.32px}.create-label{color:#2879fd;background:none;border:none;cursor:pointer;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.input-container{display:flex;flex-direction:column;gap:16px;width:100%}.main-container{display:flex;flex-direction:column;gap:32px}.form-control{display:flex;flex-direction:column;gap:8px}.password-options{display:flex;flex-direction:row;justify-content:space-between}.password-remember{display:flex;flex-direction:row;align-items:center;gap:4px}.password-label{color:#1a1a1a;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.page-container{width:100dvw;height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center}*{box-sizing:border-box;margin:0;padding:0;font-family:Roboto,serif}body{background-color:#fafafa;color:#000;font-weight:400;letter-spacing:0%;font-size:16px;width:100dvw;height:100dvh}#root{width:100dvw;height:100dvh}h1{font-weight:500;font-size:32px;letter-spacing:-1%;color:#010101}h2{font-weight:400;font-size:24px;letter-spacing:0%;color:#030303}h3{font-weight:500;font-size:19px;letter-spacing:0%;color:#030303}h4{font-weight:700;font-size:16px;letter-spacing:0%;color:#030303}input{border:none;outline:none}
