.register-form label[for="field-customer_privacy"] ~ .js-input-column label,
.register-form label[for="field-newsletter"] ~ .js-input-column label {
    text-align: left;
}

.js-customer-form em,
.register-form em {
    font-style: normal;
}

#registration .header h2 {
    text-align: center;
    margin: 20px 0 10px;
    text-transform: uppercase
}

#registration #customer-form > div {
    display: flex;
    flex-direction: column;
}

#registration .register-form .firstname {
    order: 1;
}

#registration .register-form .lastname {
    order: 2;
}

#registration .register-form .email {
    order: 3;
}

#registration .register-form .field-password-policy {
    order: 4;
}

#registration .register-form .header {
    order: 5;
}

#registration .register-form .company {
    order: 6;
}

#registration .register-form .vat_number {
    order: 7;
}

#registration .register-form .address1 {
    order: 8;
}

#registration .register-form .postcode {
    order: 9;
}

#registration .register-form .city {
    order: 10;
}

#registration .register-form .id_country {
    order: 11;
}

#registration .register-form .phone {
    order: 12;
}

#registration .register-form .optin {
    order: 13;
}

#registration .register-form .psgdpr {
    order: 14;
}

#registration .register-form .newsletter {
    order: 15;
}

#registration .register-form .customer_privacy {
    order: 16;
}

#registration .form-footer {
    text-align: center;
}

#registration .register-form > p {
    text-align: center;
}

#identity .custom-checkbox label,
#registration .custom-checkbox label {
    text-align: left;
    font-weight: 600;
}

#registration .custom-checkbox label em, #registration .custom-checkbox label p,
#identity .custom-checkbox label em, #identity .custom-checkbox label p {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    margin-top: 6px;
    display: block;
    text-align: left;
}

#registration .custom-checkbox label em,
#identity .custom-checkbox label em {
    margin-left: 31px;
}

#identity #customer-form .email {
    display: none !important;
}

.links .link-item {
    color: var(--theme-text-color);
    background-color: var(--theme-color-grey-bg);
    display: block;
    text-align: center;
    margin-bottom: 30px;
    padding: 50px 20px;
}

.links .link-item i {
    display: block;
    margin: 0 auto 10px;
    font-size: 48px;
}

.links a:hover .link-item {
    background-color: var(--theme-color-newsletter);
}
