body{
    font-family: 'Roboto', sans-serif;
    background-image:url("../../../content/images/Login/LoginFondo.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;; 
  }

a{
  color: #1985e2;
}

.col_g{
color: #887c7c;
}
.form-control{
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    box-shadow: none;

}
.submit_h{

color: #fff;
background-color:#0067b8;

}

.login_footer{
  position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color:#353434d1;
   color: white;
   text-align: center;
   padding: 10px;
   
   }
.login_footer li{
float: right;
}

.login_footer ul{

list-style: none;
}

.login_footer li a{
padding: 0px 10px;
color: white;
}


.form-control:focus {
    border-color: #0067b8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: none;
}

.fill { 
  min-height: 100%;
}

.container-fluid {
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.row-first {
  height:80%;
  overflow: hidden;
}

.login-fondo{
 background-color: rgba(255, 255, 255, 0.818);
 padding:15px;
}