.imagen_logo_login {
    width: 50%;
    height: 180px;
    display: block;
    margin: auto;
}

.form-login-content h4 {
    font-size: 18px;
}

.btn-primary,
.bg-primary,
.nav-pills .nav-link.active {
    background: #2B7FFF !important;
    color: white !important;
}

.btn-warning,
.bg-warning {
    background-color: #FFB93B !important;
    color: white !important;
}

.text-warning {
    color: #FFB93B !important;
}

.bg-label-primary,
.btn-label-primary {
    background: #dbeefc !important;
    color: #2B7FFF;
}

.btn-info,
.btn-success,
.btn-danger,
.btn-warning,
.btn-primary {
    border: none !important;
}

.btn-success,
.bg-success {
    background-color: #2AA63E !important;
    color: white !important;
}

.text-success {
    color: #2AA63E !important;
}

.btn-info,
.bg-info {
    background-color: #2C92B8 !important;
    color: white !important;
}

.text-info {
    color: #2C92B8 !important;
}

.btn-label-primary:hover {
    border: solid 1px #cce7faff !important;
    color: #2B7FFF !important;
    background: #cce7faff !important;
}

.btn-label-secondary.activa {
    background: white !important;
    border: solid 1px;
}

.text-primary,
.footer-link {
    color: #2B7FFF !important;
}

.card-header {
    padding: 10px !important;
}

.nav-tabs .nav-link:hover {
    color: #2B7FFF !important;
}

.nav-tabs .nav-link.active {
    color: #2B7FFF !important;
    border-color: #2B7FFF !important;
    box-shadow: 0 -2px 0 #2B7FFF inset !important;
}

.page-link.active,
.active>.page-link {
    background-color: #2B7FFF !important;
}

.info_pagos .nav-tabs .nav-link.active {
    color: white !important;
    border-color: white !important;
    box-shadow: 0 -2px 0 white inset !important;
}

.fc .fc-button-primary {
    background-color: #2C92B8 !important;
    border-color: #2C92B8 !important;
    color: white !important;
}