.career_form_container{height:100%;width:100%;padding:0 24rem 3.1rem;background-size:cover;background-repeat:no-repeat;background-position:80% 50%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;background-color:var(--bg-white)}.career_form_container form{max-width:800px}.career_form_container .submit_btn{display:flex;justify-content:center;align-items:center;min-height:41px;cursor:pointer;width:100%;height:max-content;background-color:var(--text-black);outline:none;border:1px solid var(--divider);color:var(--text-white);border-radius:9px;padding:12px}.career_form_container .submit_btn>*{cursor:pointer}.career_form_container .submit_btn.disabled{pointer-events:none;opacity:.5}@media screen and (max-width:1440px){.career_form_container{padding:0 8rem 3.1rem;max-width:1000px}}@media screen and (max-width:1200px){.career_form_container{padding:0 8rem 3.1rem}}@media screen and (max-width:900px){.career_form_container{padding:0 16px 3.1rem}}