.button-primary, .button-default, .button-info {
    border-radius: 7px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 14px;
    width: auto;
    box-shadow: none;
    background-color: #FFF;
    text-decoration: none;
    height: 38px;
}

.button-primary {
    color: #FF5722;
    border: 1px solid #ff5722;
}

.button-primary:hover, .button-primary:active {
    color: #ffffff;
    background-color: #FF5722;
    text-decoration: none;
}

.button-default {
    color: #00BCDA;
    border: 1px solid #00BCDA;
}

.button-default:hover, .button-default:active {
    color: #ffffff;
    background-color: #00BCDA;
    text-decoration: none;
}


.button-info {
    color: #607D8B;
    border: 1px solid #607D8B;
}

.button-info:hover, .button-info:active {
    color: #ffffff;
    background-color: #607D8B;
    text-decoration: none;
}

.link-default {
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #00BCDA;
    cursor: pointer;
}
