.site-button{
    display: inline-block;
    border: 1px solid #0081F3;
    border-radius: 8px;
    background: #fff;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0081F3;
}
.site-button:hover{
    background: #0081F3;
    color: #fff;
}

.btn-blue{
    background: #0081F3;
    color: #fff;
    border: 1px solid #0081F3;
}
.btn-blue:hover{
    background: #fff;
    color: #0081F3;
}