.navbar-brand .site-logo {
    color: #ed145b;
    font-weight: 900;
    letter-spacing: 5px;
}

a, .text-primary {
    color: #ed145b !important;
}

.btn.btn-primary {
    color: #fff !important;
}

.btn.btn-primary:hover {
    color: #ed145b !important;
}

.btn-outline-primary {
    color: #ed145b;
    border-color: #ed145b;
}


.btn-outline-primary:hover {
    color: #fff;
    background-color: #ed145b;
    border-color: #ed145b;
}

.loading {
    position: relative;

}

.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9) url('/images/loading.gif') center center no-repeat;
    background-size: 100px 100px;
    z-index: 10;
}