.privacy-policy-agreement{display:flex;gap:.5rem;align-items:center;width:-moz-fit-content;width:fit-content;margin:auto;font-size:1rem;font-weight:700}.privacy-policy-agreement a{color:red;-webkit-text-decoration:underline;text-decoration:underline}@keyframes spin{to{transform:rotate(1turn)}}.submit-button{padding:.5rem 2.5rem;border-radius:2px;font-size:1.125rem;color:#fff;background-color:#b51c1c;transition:all .3s}.submit-button:hover{background-color:red}.submit-button svg{width:30px;height:30px;margin:auto;animation:spin 1s linear infinite}