html, body {
    min-height: 100%;
    background-color: #f3f3f4 !important;
}

/*
 * Page: Login & Register
 * ----------------------
 */

.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.login-logo a, .register-logo a {
    color: #444;
}

.login-page, .register-page {
    background-image: url("../imagenes/Panel/INTRO.jpg");
    background-size: 100% 100%;
}

.login-box, .register-box {
    width: 360px;
    margin: 10% auto;
}

@media (max-width: 768px) {
    .login-box, .register-box {
        width: 90%;
        margin-top: 20px;
    }
}

.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
    color: #777;
    }

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.social-auth-links {
    margin: 10px 0;
}

.bg-purple {
    background-color: #605ca8 !important;
    color: #ECECEC !important;
}


.bg-purple:hover {
    background-color: #605ca8 !important;
    color: white !important;
}
.svg_fondo{
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}
.svg_fondo2{
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    filter: blur(2px) !important;
    -moz-filter: blur(2px) !important;
}
.logo_1{
    width: 60% !important;
    height: 60% !important;
    position: relative !important;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}
.active_icon {
    color:rgb(62, 62, 62);
    margin: 6px 0px 6px -2px;
}
.disabled_icon {
    color:rgb(243, 244, 244);
    margin: 6px 0px 6px -2px;
}
#debug_background{
    filter: blur(1px) opacity(0.7) !important;
    position: fixed; 
    z-index: 9999999; 
    bottom: 0px; 
    right: 0px; 
    background-color:#ccc; 
    width:150px;
    height: 25px;
    border-radius:30px 0px 0px 0px; 
}
.debug{
    position: fixed; 
    z-index: 10000000; 
    bottom: 0px; 
    right: 0px; 
    padding: 0px 10px;    
    line-height: 25px;
}