/* 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/banner_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;
}
.tfs-form-login {
    text-align: center;
    font-size: 20px;
    font-family: Arial, 'Material Icons';
}
.tfs-panel-logo-login {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.tfs-panel-info {
    padding: 3em;
    text-align: center;
}
.tfs-panel-info a {
    margin-top: 1em;
}
.tfs-padding-reset {
    padding: 20px !important;
}
.tfs-content-blue {
   background-color: rgba(24, 36, 61, 0.7);
}
.tfs-btn-login {
   background-color: rgb(101, 191, 206);
   color: white;
   font-size: 18px;
}
.tfs-input-user {
   background-image:url('/static/home/imagenes/decoradores/banner_login.jpg');
}
.tfs-input-icon {
   font-size: 25px !important;
   color: black !important;
}
.tfs-input-container-icon {
   border: 0 !important;
   background-color: white !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) {
   
}
