header.page-header {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 5em 0em 7em 0em;
    background-color: #f5f5f5;
}
.content-container {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -7em 0em 0em 0em;
    --e-column-margin-right: 0em;
    --e-column-margin-left: 0em;
    padding: 3em 3em 3em 3em;
    background: #fff;
}
section.register-form {
    margin: 0;
}
form#customer-form {
    padding: 0 30px;
}
.page-registration #content {
    max-width: 840px!important;
}
section.register-form h1 {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
    color: #25292b;
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 0 0 2rem;
}
.page-customer-account #content {
    margin: 0 auto 7em;
}
p.have-account {
    margin-bottom: 1.5rem;
    margin-left: 30px;
    margin-right: 30px;
}
p.have-account a {
    text-decoration: underline;
}
p.have-account a:hover {
    text-decoration: none;
}
button.btn.btn-primary {
    padding: 8px 64px;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    height: 40px;
    border-radius: 3px;
    line-height: 20px;
    outline: 0 !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff;
    background-color: #CE9869;
    transition: all 0.2s ease;
    margin: 0 auto;
    display: table;
}
button.btn.btn-primary:hover, button.btn.btn-primary:focus {
    background-color: #425a44;
    color: #fff;
}
/***/
.form-footer {
    margin-top: 1rem;
}
label.form-control-label.required:after {
    content: "*";
    position: relative;
    font-weight: 500;
}
label.form-control-label.required {
    position: relative;
}
.radio-block .custom-radio input[type=radio]:checked+span,
.custom-radio input[type=radio]:checked+span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-group {
    margin-bottom: 0.5rem;
}
.form-control-comment {
    display: none!important;
}
form .form-control-label {
    font-size: 14px;
    font-weight: 400;
    color: #25292b;
    line-height: 18px;
}
.custom-checkbox label {
    color: #bbb;
    margin: 0;
}
.input-group.focus {
    outline: none;
}
.form-control {
    color: #25292B;
    border: 1px solid #ddd;
    background: #fff;
    height: 40px !important;
    padding: 0.5rem;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    line-height: 20px;
    outline: 0 !important;
    width: 100% !important;
}
.password-strength-feedback i {
    line-height: 11px;
}
.password-strength-feedback * {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.password-strength-feedback .progress {
    height: 8px;
    border-radius: 4px!important;
    overflow: hidden;
    margin: 0 0 6px!important;
}
.progress-bar.bg-success {
    height: 8px;
}
.password-strength-feedback i {
    line-height: 11px;
}
.col-email {
    width: 100%;
}
p.form-informations {
    float: none;
    width: 100%;
    padding: 0 15px;
    display: inline-block;
    margin: .5rem 0 0.5rem;
}
.field-password-policy {
    width: 100%;
    float: none;
}
.field-password-policy .col-password {
    width: 100%;
}
.col-birthday {
    width: 100%;
}
.form-group.form-group-checkbox {
    margin: 1rem 0 0 !important;
}
.form-group.form-group-checkbox label.form-control-label {
    display: none;
}
.form-group.form-group-radio-buttons.form-group-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 40px;
}
.custom-radio input[type=radio]:checked+span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.radio-inline .custom-radio {
    margin-top: -2px;
}
.input-group .input-group-btn>.btn[data-action=show-password] {
    padding: 0.75rem;
    border-radius: 0 !important;
    outline: 0 !important;
}
/*** responsive ***/

@media (max-width: 576px) {
    header.page-header {
        padding: 5em 0em 5em 0em;
    }
    .content-container {
        margin: -6em 0em 0em 0em;
        padding: 3em;
    }
    section.register-form h1 {
        margin: 0 0 1.5rem;
    }
    form#customer-form {
        padding: 0;
    }
    button.btn.btn-primary {
        width: 100%;
        margin: .5rem auto;
    }
    .page-customer-account #content {
        margin: 0 auto 5em;
    }
    p.have-account {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    form#customer-form {
        padding: 0;
    }
}
@media (max-width: 485px) {
    header.page-header {
        padding: 2em 0em 5em 0em;
    }
    .content-container {
        margin: -5em 0em 0em 0em;
        padding: 2em;
    }
    section.register-form h1 {
        margin: 0 0 1.25rem;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.2em;
    }
    p.have-account {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    .form-group.form-group-checkbox, .form-group.form-group-checkbox * {
        font-size: 13px !important;
    }
    .form-group.form-group-checkbox {
        margin: .75rem 0 0 !important;
    }
    .input-group .input-group-btn>.btn[data-action=show-password] {
        padding: 0.5rem;
    }
}
@media (max-width: 425px) {
    .content-container {
        padding: 1.5em;
    }
    .page-customer-account #content {
        padding: .5rem;
    }
}