input.pf-c-button.pf-m-primary.pf-m-block.btn-lg {
    background-color: rgb(255, 213, 0) !important;
    color: rgb(47, 55, 58) !important;
}

input.pf-c-button.pf-m-primary.pf-m-block.btn-lg:disabled {
    background-color: rgb(173, 173, 173) !important;
}

input:focus {
    border-color: rgb(255, 213, 0) !important;
    outline: none !important;
}

input:hover {
    border-color: rgb(255, 213, 0) !important;
}

div.card-pf {
    border-top-color: rgb(255, 213, 0);
}

a:not(.btn):hover, a:not(.btn):focus {
    color: #4b3f02 !important;
}

a {
    color: rgb(174, 146, 4);
}

.registerLabel::after {
    content: "*" !important;
    color: rgb(245, 101, 101);
    font-size: 1rem;
    margin-left: 1px;
}