
body{

  font-family: 'Lato', sans-serif;
  background: url('../images/fondos/fondo_principal_C.jpg') no-repeat center center fixed;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;

}

/*********************************************************
************************** LOGIN *************************
**********************************************************/


.auth-content{
  background-color: rgba(255, 255, 255, 0.9);
  margin: 10% auto 0;
  max-width: 400px;
  padding: 0 30px 20px;
  .bordered;
}
.auth-content .logo_sl{
  padding-bottom: 30px;
  padding-top: 25px;
  text-align: center;
}
.auth-content label{
  font-weight: 400;
}

.footer-login{
  position: fixed;
  bottom:0;
  left: 0;
  width: 100%;
  padding: 12px 0 10px;
  background-color: rgba(0,0,0,0.8);
}


/*********************************************************
************************** DE AYUDA *************************
**********************************************************/

.bordered{
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

/*********************************************************
************************** BOOTSTRAP *************************
**********************************************************/

.btn-default{
  background-color: #0E496E !important;
  border-color: #0E496E !important;
  color: #FFFFFF;
}
.btn-default:hover{
  background-color: #135f8f !important;
  border-color: #135f8f !important;
  color: #FFFFFF;
}

.btn-link{
  color: #FFFFFF;
  font-weight: 300;
  font-size: 12px;
}
.btn-link:hover{;
  color: #CFCFCF;
}
