.btn {
    color: #fff !important;
    /*font-size: 1.25rem;*/
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}
.btn-primary {
    background-color: #0081c6;
    border-color: #0081c6;
}

.btn-secondary, .btn-default {
    /* .btn-default is old from Bootstrap 3, it should be changed to btn-secondary sitewide */
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-outline-primary {
    border-color: #0081c6;
    color: #0081c6 !important;
    padding: .375rem 1rem;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #0081c6;
    border-color: #0081c6;
}

.btn-outline-secondary {
    border-color: #868e96;
    color: #868e96 !important;
    padding: .375rem 1rem;
}

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-round {
    border-radius: 48px;
}
.btn .material-icons{
    font-size: 18px;
}