.header-button .custom-border-button {
    background-color: #3b91ff;
    border: 0 solid #323232;
    border-radius: 60px 60px 60px 60px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: wfont_3b675f_655d36dc8dce4c5bbe3c85725ee362e3, wf_655d36dc8dce4c5bbe3c85725, orig_copyright_c_hco_typographycom;
    font-size: 14px;
    line-height: 1em;
    padding: 8px 12px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: border-color .4s ease 0s, background-color .4s ease 0s;
}

.header-button .custom-border-button:hover {
    background-color: #444444;