.title-section{width:100%;margin:0 auto;margin-bottom:.5rem}.title-section p{text-align:start;color:var(--blue1);font-weight:700;font-size:1.85rem;margin:0;text-decoration:underline;text-underline-offset:.3rem}form{width:100%;margin:0 auto}form .field{font-size:18px}form .field label{color:var(--blue1)}form .field input{width:100%;border-radius:16px;border:1px solid rgba(0,0,0,.3);padding:.5rem 1rem;color:#000c;font-size:20px}form .field input:disabled{border:none;background-color:#dbdbdb;font-weight:700;cursor:not-allowed}form .field select{width:100%;border-radius:16px;border:1px solid rgba(0,0,0,.3);appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.75' stroke='currentColor' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;font-size:20px;padding:.5rem 1rem;color:#000c}form .field button{width:25%;background-color:var(--blue1);font-size:14px;font-weight:700;border-radius:9999px;justify-self:end;letter-spacing:.1em;border:none;display:flex;gap:.5rem;justify-content:center;align-items:center}form .field button label{color:#fff}form .field button:disabled{background-color:var(--bg-disabled)}form .field button:disabled label{color:var(--color-disabled)}.field-disabled{background-color:#dbdbdb;cursor:not-allowed}form .form-text,form .invalid-feedback{font-size:14px}section.success{width:100%;height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center}section.success .icon{width:60px;height:60px;background-color:var(--blue1);border-radius:100%;display:flex;align-items:center;justify-content:center}section.success .icon svg{font-size:36px;color:#fff}section.success h5{margin-top:1rem;color:#000000b3;font-size:18px;text-align:center}section.success h5 label{text-decoration:underline;cursor:pointer}section.error-alert{width:100%;background:var(--red);margin-bottom:1.5rem;border-top-right-radius:20px;border-bottom-right-radius:20px;display:flex;align-items:center;gap:.5rem;padding-right:1rem}section.error-alert .icon{height:60px;width:70px;background-color:#c71623;display:flex;justify-content:center;align-items:center;flex-shrink:0}section.error-alert .icon svg{color:#fff;font-size:28px}section.error-alert h5{margin-bottom:0;color:#fff;font-size:16px}@media screen and (min-device-width: 401px){.title-section,form{width:90%}}@media screen and (min-device-width: 760px){form .field{font-size:24px}form .field select{background-size:1.5rem}form .field button{font-size:18px}form,.title-section{width:75%}}@media screen and (min-device-width: 1350px){.title-section{margin-bottom:.75rem}.title-section p{font-size:2.7rem}}
