/*
Template Name: Admin pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*******************
Login register and recover password Page
******************/
.login-register {
  background-size: cover;
  background: no-repeat center center;
  height: 100%;
  width: 100%;
  padding: 5% 0;
  position: fixed; }

.login-box {
  width: 400px;
  margin: 0 auto; }
  .login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px; }
  .login-box .social {
    display: block;
    margin-bottom: 30px; }

#recoverform {
  display: none; }

.login-sidebar {
  padding: 0px;
  margin-top: 0px; }
  .login-sidebar .login-box {
    right: 0px;
    position: absolute;
    height: 100%; }
/* Clases agregadas para el sistem */
.pie-index {
  position: fixed;
  text-align: right;
  bottom: 10px;
  left: 0;
  right: 10px;
  z-index: 10;
}
.ctm-logo {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .responsive-background {
    background-image: url('../../assets/images/fondo-contamatico-2-s.jpg');
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .responsive-background {
    background-image: url('../../assets/images/fondo-contamatico-2-m.jpg');
  }
}
@media (min-width: 1200px) {
  .responsive-background {
    background-image: url('../../assets/images/fondo-contamatico-2-l.jpg');
  }
}
.responsive-background {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
html, body { height: 100%; }
#wrapper { min-height: 100%; position: relative; }