.register_container__ZDvLI{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100dvh;padding:100px}.register_title__sRyfD{color:var(--textSoft);font-weight:200;margin-bottom:20px}.register_form__4g4Cp{display:flex;justify-content:space-around;flex-wrap:wrap;background-color:var(--bgSoft);padding:50px;border-radius:5px;border:2px solid #2e374a}.register_form__4g4Cp>:not(button){background-color:var(--bg);color:var(--text);border-radius:5px;border:2px solid #2e374a;padding:20px;margin-bottom:20px}.register_form__4g4Cp input,.register_form__4g4Cp select,.register_form__4g4Cp textarea{width:45%}.register_form__4g4Cp button{width:95%;padding:15px;border-radius:5px;border:none;background-color:teal;color:var(--text);font-weight:600;cursor:pointer}