@font-face {
        font-family: 'lato-regular';
        font-style: normal;
        font-weight: 400;
        src: local('lato-regular'), url('/wl/xsuite/fonts/lato-regular.ttf') format('truetype')
}

body {
    color: #000000 !important;
    font-family: 'lato-regular','sans-serif' !important;
}

.fp_btn-default {
    background-color: #59a98b;
    border: 1px solid #59a98b;
}

.fp_btn-default:hover {
    color: #59a98b;
    background-color: transparent;
    border: 1px solid #59a98b;
}

.btn:hover {
    color: #59a98b;
}

.btn.btn-primary {
    background-color: #59a98b;
    border: 1px solid #59a98b;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    color: #59a98b;
    background-color: transparent;
    border: 1px solid #59a98b;
}

.btn.btn-danger {
    background-color: #D9534F;
    border: 1px solid #D9534F;
}

    .btn.btn-danger:hover,
    .btn.btn-danger:focus {
        color: #D9534F;
        background-color: transparent;
        border: 1px solid #D9534F;
    }

.loader:before {
    background-color: #59a98b;
}
