.signin__new_customer {
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
}

.signin__existing_customer {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.existingCustomerForm {
    width: 100%;
}

.createAccountLabel {
    margin-bottom: 0.5rem;
}