
$bg-light: #f3f3f3;
$primary-color: #009ef7;
$login-color: #024a66;
$btn-bg-hover-color: #0095e8;
$secondary-color: #f5f8fa;
$secondary-hover-color: #f1faff;
$sidebar-bg: #1e1e2d;
$sidebar-bg-active: #1c1c28;
$input-focus-color: #eef3f7;
$icon-color: #a1a5b7;

body.app {
    //background-color: $secondary-color;
    background-image: url(../images/foto-diputacion-alicante.jpg) !important;
    background-size: cover!important;
    background-position: bottom!important;
    background-repeat: no-repeat!important;
}
//.form-log-center{
//    display: flex;
//    justify-content: center;
//    flex-direction: column;
//}
