.signup {
    max-width: 600px;
}

.signup__checkmark {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    text-align: left;
}

.signup__checkmark input {
    width: fit-content;
}

.signup__checkmark a {
    white-space: nowrap;
}