.uk-button-custom-blue {
    background: #104278;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Lato';
    font-size: 20px;
    line-height: 56px;
    padding: 0;
    transition: 0.3s all;
    width: 180px;
}

.uk-button-custom-blue:hover {
    background: #165ba5;
}