.register-choice-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
}

.register-choice-container::before {
    content: url('../../images/logo.png');
    position: absolute;
    top: 8rem;
}

.form-check-input-with-label {
    display: flex;
    align-items: center;
}

.form-check-input-with-label input {
    margin-right: var(--spacing-sm);
}
