.gb-container a.gb-button.gb-button-text{
    color: #fff;
    background-color: #FB3333;
    transition: all .3s ease;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 30px;
    transition: all .3s ease;
    /*
    font-family: 'Roboto';
    font-weight: normal;
    */
}
.gb-container a.gb-button.gb-button-text:hover{
    background-color: #DC3545;
}