.register{display:flex;width:100%;height:100vh}.register_description{background-color:var(--grey_light);padding:60px;box-sizing:border-box;width:35%;display:flex;flex-direction:column;height:100vh;justify-content:space-between}.register_info{display:flex;flex-direction:column;gap:16px}.register_info_title{display:grid;grid-template-columns:24px auto;grid-gap:16px;gap:16px}.register_info p{max-width:300px}.register_inputs{flex:1 0;display:flex;flex-direction:column;justify-content:center;padding:5%;gap:40px}.register_form_row{display:flex;gap:64px}.register_form_column{display:flex;flex-direction:column;gap:16px;width:260px}@media screen and (max-width:900px){.register{flex-direction:column-reverse;height:auto;align-items:center}.register_description{width:100%}.register_inputs{align-items:center;padding-top:16vh;padding-bottom:50px}.register_form_row{flex-direction:column}.register_inputs .form_submit_div{align-items:center}}