:root {
    --pf-global--primary-color--100: #024ab3;
}
html, body {
    height: 100%;
}

.pf-c-button {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #fff;
    padding: 14px 38px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    border: 1px solid #024ab3 !important;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}

.pf-c-button:hover {
    background-color: white !important;
    color: #024ab3 !important;
}

.pf-c-form-control {
    border: 1px solid #000 !important;
    min-height: 50px !important;
    margin-top: 5px !important;
    background-color: transparent !important;
    width: 100% !important;
}

.pf-c-form__label-text {
    font-weight: 400 !important;
}