/* Background gradient */
.bg-gradient-hsapp {
    background-color: #020525;
    background-image: linear-gradient(180deg,#10BCA0 10%,#00B1FF 100%);
    background-size: cover;
}

/* Custom button */
.btn-primary-hsapp {
    color: #fff;
    background-color: #60D3FC;
    border-color: #60D3FC;
}

/* Background image */
.signin-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/1_imagen_conversemos_fondo.jpg") no-repeat center center;
    background-size: cover;
    z-index: -1;
}

/* Card opacity */
.card {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
}

/* Logo inside card */
.card .col-lg-6.d-none.d-lg-block img {
    width: 300px;
    max-width: 80%;
    display: block;
    margin: 50px auto;
}
