.customer-account-create .form-create-account > .actions-toolbar {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 12px !important;
    margin: 28px 0 0 !important;
    padding: 0 !important;
}

.customer-account-create .form-create-account > .actions-toolbar:before,
.customer-account-create .form-create-account > .actions-toolbar:after {
    display: none !important;
    content: none !important;
}

.customer-account-create .form-create-account > .actions-toolbar > .primary,
.customer-account-create .form-create-account > .actions-toolbar > .secondary {
    float: none !important;
    margin: 0 !important;
    display: block !important;
}

.customer-account-create .form-create-account > .actions-toolbar .action.submit.primary,
.customer-account-create .form-create-account > .actions-toolbar button.action.primary {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box !important;
    min-width: 140px;
    width: auto;
    height: 44px;
    padding: 0 28px !important;
    background: #DA2A1E !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

.customer-account-create .form-create-account > .actions-toolbar .secondary a.action.back {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box !important;
    min-width: 140px;
    width: auto;
    height: 44px;
    padding: 0 28px !important;
    background: #fff !important;
    border: 1px solid #16130F !important;
    border-radius: 0 !important;
    color: #16130F !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    text-transform: none !important;
    margin: 0 !important;
}

.customer-account-create .form-create-account > .actions-toolbar .secondary a.action.back:hover,
.customer-account-create .form-create-account > .actions-toolbar .secondary a.action.back:focus {
    background: #16130F !important;
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .customer-account-create .form-create-account > .actions-toolbar {
        flex-flow: column nowrap !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .customer-account-create .form-create-account > .actions-toolbar > .primary,
    .customer-account-create .form-create-account > .actions-toolbar > .secondary {
        width: 100% !important;
    }

    .customer-account-create .form-create-account > .actions-toolbar .action.submit.primary,
    .customer-account-create .form-create-account > .actions-toolbar button.action.primary,
    .customer-account-create .form-create-account > .actions-toolbar .secondary a.action.back {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 44px;
        padding: 13px 16px !important;
        white-space: normal !important;
    }
}
