.logo-login {
    background-image: linear-gradient(to bottom,
            rgba(23, 180, 174, 0.52),
            rgba(112, 240, 170, 0.658)),
        url('../../img/woman-login.jpg');
    background-size: cover;
}

#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('../../img/logo-ct-dark.png');
    width: 150px;
    height: 150px;
}