body {
    --pf-global--spacer--form-element: 9px;
}

label {
    display: initial;
    max-width: initial;
    margin: initial;
    font-weight: initial;
}

.pf-c-button {
    --pf-c-button--m-primary--Color: #000;
    --pf-c-button--m-primary--BackgroundColor: #ffce00;
    --pf-c-button--m-primary--hover--Color: #000;
    --pf-c-button--m-primary--hover--BackgroundColor: rgb(199, 156, 0);

    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    border-radius: 3px;
    font-weight: 600;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.75;
    padding: 8px 22px;
}

.pf-c-button:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

.pf-c-alert {
    --pf-c-alert--BorderTopWidth: 0;
}
