.form{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding-left:10px;padding-right:10px;margin:70px auto 0}@media only screen and (max-width:500px){.form{margin-top:110px}}.form h4{font-weight:400;color:var(--gray-800,#1f2937);margin-bottom:50px}.form a,.form h4{font-family:Inter;font-size:14px;font-style:normal;line-height:normal}.form a{font-weight:500;color:#fe0002}.form h1{font-size:24px;font-weight:700}.form h1,.form h2{font-style:normal;line-height:normal;color:var(--gray-800,#1f2937)}.form h2{font-size:14px;font-weight:400;text-align:center;margin-bottom:10px}.form h5{color:red;font-size:16px;font-weight:500}.form h3{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:var(--gray-800,#1f2937);margin-bottom:50px}.form form{display:flex;flex-direction:column;gap:20px}.form input{align-self:stretch;background:#fafafa;height:48px;padding:10px}.form button,.form input{border-radius:4px;width:370px}.form button{height:50px;padding:10px 16px;justify-content:center;align-items:center;gap:10px;border:1px solid #fe0002;display:flex;color:#fe0002}h6{color:#fe0002;font-family:Inter}a,h6{font-size:16px;font-weight:500}a{font-style:normal}.google{display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer}.google h5{color:#1f2937}button:hover{background-color:#fe0002;color:#fafafa}