.logo-login {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;


  background-image: linear-gradient(to bottom,
        rgba(177, 255, 252, 0.52),
        rgba(83, 166, 191, 0.658)),
      url('../logos/logominas.png');
}



.custom-title {
  color: transparent !important
}

#btnLogin {
    background:linear-gradient(to bottom,
        rgba(83, 208, 204, 0.52),
        rgba(83, 166, 191, 0.658))
      
}

.logo-assina {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../logos/logominas.png');
}