
html {
    font-family: Montserrat;
}

body {
    font-family: Montserrat;
}

.form-control:focus {
    color: #2a2a2a;
}

.form-select:focus {
    color: #2a2a2a;
}

.btn-primary {
    color: #fff;
    background-color: #02578e;
    border-color: #b291ea;
}

.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: #b291ea;
    border-color: #b291ea;
}

.btn-default:hover {
    color: #fff;
    background-color: rgba(10, 83, 190, 0.88);
    border-color: rgba(10, 83, 190, 0.88);
}

.btn-custom {
    min-width: 140px;
    text-transform: none;
    border-radius: 8px;

    font-size: 0.9rem;
    font-weight: normal;

    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;
}

.form-control {
    color: #000000;
}
