.index {
  background-image: url(/consultas/assets/img/bg-frio.jpg);
  -webkit-background-size: auto auto;
  -moz-background-size: auto auto;
  -o-background-size: auto auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  font-family: 'Sansita', sans-serif;
}
.btn-consultas-index{
  background-color: rgb(0,56,113);
  color: white;
}

.btn-consultas-index:hover{
  background-color: rgba(0,56,113,.8);
  color: white;
}

#sunny {
  width: 30px;
  height: 30px;
  margin-left: 95%;
  opacity: 0.2;
}

.center {
  text-align: center;
}

.vertical-offset-100 {
  padding-top: 150px;
}

.titlee {
  font-family: 'Sansita', sans-serif;
}

.reloj {
  font-size: 16px;
}

.color-bg {
  background-color: rgba(150, 150, 150, 0.6);
  border-radius: 10px;
  padding-bottom: 2%;
}

.login-ct {
  margin-left: 10%;
  margin-right: 10%;
}

#usuario, #password {
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
}

#login{
  text-align: center;
  font-size: 18px;
  background-color: #003871;
  border: 0;
}

#text-blue {
  color:  #003871;
}

@media (max-width: 585px) {
  .center {
    text-align: center;
  }
  .vertical-offset-100 {
    padding-top: 150px;
  }
  .index {
    background-image: url(/consultas/assets/img/bg-frio.jpg);
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    font-family: 'Sansita', sans-serif;
  }
  .titlee {
    font-family: 'Sansita', sans-serif;
  }
  .reloj {
    font-size: 16px;
  }
  .color-bg {
    background-color: rgba(150, 150, 150, 0.5);
    border-radius: 10px;
    padding-bottom: 2%;
  }
  .login-ct {
    margin-top: 5%;
    margin-left: 10%;
    margin-right: 10%;
  }
  #usuario, #password {
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
  }
  #login {
    text-align: center;
    font-size: 18px;
    background-color: #003871;
    border: 0;
  }
}


