
html {
    font-family: Montserrat;
}

body {
    font-family: Montserrat;
}

.btn-primary {
    color: #fff;
    background-color: #02578e;
    border-color: #0053c9;
}

.btn-primary:hover {
    color: #fff;
    background-color: rgba(2, 87, 142, 0.9);
    border-color: rgba(2, 87, 142, 0.9);
}

.btn-default {
    color: #fff;
    background-color: #0053c9;
    border-color: #0053c9;
}

.btn-default:hover {
    color: #fff;
    background-color: rgba(10, 83, 190, 0.88);
    border-color: rgba(10, 83, 190, 0.88);
}

.btn-custom {
    padding: 8px 8px 8px 8px;
    cursor:pointer;
    display: inline-block;
    /*font-weight: 400;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    /*padding: 0.375rem 0.75rem;*/
    /*font-size: 1rem;*/
    line-height: 1.5;
    /*border-radius: 0.25rem;*/
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-custom:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
