/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

body {
    /* fondo login background.jpg  */
    background-image:url('/static/home/imagenes/decoradores/login.jpg');
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.telemgas-form-login {
    text-align: center;
    font-size: 20px;
    font-family: Arial, 'Material Icons';
}
.telemgas-panel-border-login {
    border-radius: 7px;
}
.telemgas-panel-logo-login {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.telemgas-panel-info {
    padding: 3em;
    text-align: center;
}
.telemgas-panel-info a {
    margin-top: 1em;
}
.telemgas-padding-reset {
    padding: 20px !important;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
   
}
