html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
  margin-bottom: 60px;
}

.titulo_color {
  background-color: #2980B9 !important;;
  border: 0;
}

.titulo-letra-normal {
  color: white !important;;
}

.titulo_login{
  font-size: 25px;
  font-family: Futura,Trebuchet MS,Arial,sans-serif; 
  color: white !important;;
  padding: 15px;
}

.panel_cabeza_color{
 border-color:#2980b9 !important;;
 background-color: #2980b9 !important;;
 color: white !important;;
}

.fondo_body{
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-size: cover;
      /* Margin bottom by footer height */
}


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: rgba(5, 5, 14, 0.89);
}


.pie {
  width: auto;
  padding: 0 15px;
}
.pie .text-muted {
  margin: 20px 0;
}

.errores {
    display: none;
    margin-top: 10px;
    margin-bottom: 1px;
}