﻿html{
}
body {
    background-image: linear-gradient(#E1F5FF, #FFFFFF);
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin:0;
    margin-bottom:40%;
    font-family:"Lato";
}

.marginb{
    margin-bottom:200px;
}
#iconoVolver{
    color:#132f4a;
    font-size:35px;
    background-color:#EAF0F6;
    border-radius: 30px;
}
.iconLogin{
    max-width:180px;
    color:#49B0F0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#login{
    padding-top:10%;
    margin-left:10%;
}

#linea2{
    height: 600px;
}
.linea{
    border-left:1px solid #7F959C
}

#imgBiosLis{
    height:100px;
}

.colorTxt{
   background-color:#E9ECEF;
}

#credenciales{
    margin-top:50px;
}

footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18%;
    border-top:1px solid #067D9D;
    background-image: linear-gradient(#FFFFFF, #FFFFFF);
}

#imgFooter{
    width:260px;
    height:70px;
}

#footer{
    margin-top: 10px;
}

#copyright{
    margin-left:10px;
    font-style: italic;
    color:#7F959C;
}
#lblRut{
    color:#DA007E;
    font-size: 14px;
}

.containerFilter{
    background-color:#EEF5F8;
}
.headerFilter{
    background-image: linear-gradient(#7CBCE9,#3DA8E8, #3F9BDA);
}

.mt-6,
.my-6{
  margin-top: 25rem !important;
}

.colorVerde a{
    color: #44AB79;
}
.colorRojo{
    color: #FF0000;
}
.colorAzul{
    color: #3DA8E8;
}

@media(min-width:1200px){
    .mt-xl-7{
        margin-top: 32rem !important;
    }
    .mt-xl-login{
        margin-top: 8rem !important;
    }
    .xl-linea{
        border-left:1px solid #7F959C !important;
    }
}
@media(min-width:992px){
    .mt-lg-6{
        margin-top: 25rem !important;
    }
    .mt-lg-login{
        margin-top: 7rem !important;
    }
    .lg-linea{
        border-left:1px solid #7F959C ;
    }
}

@media(min-width:576px){
    .mr-sm-6{
        margin-right: 8rem !important;
    }
}

@media only screen and (min-width:300px ) and (max-width:992px){
    .s-linea{
        border-left:0px solid #7F959C !important;
    }
}