.inxmail__label .label {
    background: none;
    color: #000;
    padding: 0;
    font-size: 12px;
    font-weight: inherit;
}

.inxmail__label input {
    font-weight: inherit;
}

.inxmail__label select {
    height: 50px;
    color: #000;
    font-weight: inherit;
}

.inxmail__checkbox {
    display: flex;
    flex-flow: wrap;
}

.inxmail__checkbox .label {
    order: 2;
    font-size: 16px;
}

.inxmail__checkbox .checkbox {
    order: 1;
    margin-right: 10px;
}

.inxmail__paragraph {
    margin-bottom: 24px;
}

.inxmail__tracking {
    margin: 24px 0;
}

.inxmail__tracking label {
    font-weight: inherit;
    display: unset;
}

.inxmail__tracking input {
    margin-right: 10px;
}