.form_page_section{display:flex;align-items:center;justify-content:center;gap:.9375rem;flex-direction:column;padding:0 1.25rem;margin:auto auto 1.5625rem;max-width:30rem}.form_page_section h1{font-weight:600;font-size:var(--font-3xl);color:var(--text-primary)}.form_page_section .line_seperator{display:flex;align-items:center;justify-content:space-between;gap:.625rem;flex-direction:row;color:var(--main-secondary-light);font-size:var(--font-md);font-weight:600;width:100%}.form_page_section .line_seperator span{word-break:keep-all;width:max-content}.form_page_section .line_seperator div{height:.1875rem;width:20%;background:var(--main-tertiary)}.form_page_section .socials{gap:.9375rem;width:100%}.form_page_section .socials,.form_page_section .socials button{display:flex;align-items:center;justify-content:center;flex-direction:row}.form_page_section .socials button{gap:.3125rem;font-size:var(--font-2xl);font-weight:600;box-shadow:.6px .45px 5px -1.2px #000;padding:1rem;border-radius:9999px;transition:all .15s linear}.form_page_section .socials button:hover{background:var(--main-tertiary)}.form_page_section .socials button:active{transform:scale(.95)}