input:hover {
  border-color: #337AB7;
  transition: background-color 0.5s;
}

.fondo {
  background: linear-gradient(90deg, #008c9b 0%, #8ae0db 50%, #008c9b 100%);
}

.titulo {
  color: #6a6e73;
}

.subtitulo {
  color:#666666;
  font-weight: 300;
}

.btn-forgot {
  color:#5e5e5e;
}

.botton-line {
  background-color:#C1C1C1;
  height:1px;
}