body{
    background-color: var(--cor_principal);
    background-image: linear-gradient(180deg,var(--cor_principal) 10%,var(--cor_secundaria) 100%);
    background-size: cover;
}

form{
    width: 50% !important;
    color: #fff;
}

.logo_login{
    width: 70%;
    height: auto;
}
.sticky-footer{
    border: 0;
    color: #fff;
}

.card_login{
    -webkit-box-shadow: 0px 0px 141px -24px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 141px -24px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 141px -24px rgba(0,0,0,0.75);
}

@media (max-width: 1099px)
{
    .container_login{
        width: 90%;
        /* height: 50%; */
    }

    .card-title{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .card_login{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1100px)
{
    .container_login{
        width: 60%;
        height: 60%;
    }

    .card_login{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 3rem;
    }
}
