.registration-step-one h1,
.registration-step h1 {
    color: #8f3685;
}

body .row .col .registration-step-one h3,
body .row .col .registration-step h3 {
    font-size: 25px;
    font-weight: 500;
}

.registration-step {
    margin-top: 20px;
}

.agb input[type='checkbox'].ninja-forms-field.nf-element {
    width: 20px;
    height: 20px;
    top: 3px;
    left: -3px;
    background-color: #fff;
    margin-right: 10px;
}

.agb input[type='checkbox'].ninja-forms-field.nf-element::before {
    height: 20px;
    width: 20px;
    border: none;
    border-radius: 0;
}

.payment input[type="radio"]::after {
    border: white;
    background: white;
    border-radius: 0;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    transition: all 0.5s ease;
}

.payment input[type="radio"]::before {
    background: #fff;
    border-radius: 0;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    z-index: 99;
    transition: all 0.5s ease;
}

.payment input[type="radio"]:checked::before {
    font-family: FontAwesome;
    content: "";
    text-align: center;
    padding-top: 1px;
    font-size: 17px;
}

.payment .list-radio-wrap .nf-field-element li label {
    display: block;
    float: none;
    width: auto;
    margin-left: 30px;
    font-size: 17px;
}

.payment .list-checkbox-wrap .nf-field-element li {
    position: relative;
}

.payment-bic,
.payment-iban {
    /*display: none;*/
}

.registration-submit {
    text-align: right;
}

.registration-submit input {
    background-color: #8f3685;
}