.mkt-login {
    height: 85vh;
    background-image:url('/resources/images/mkt-login.jpg');
    background-position:center;
    background-size: cover;
    .title_login {
        color: #fff !important;
        font-size: 60px;
        line-height: 70px;
    }
    .btn .btn:hover {
        cursor: default;
    }
}

@media (max-width: 768px) {
    .mkt-login {
        display: none !important;
    }
}

.authentication {
    background: #fff;
    display: flex;
    min-height: 100vh; }

.authentication .btn-secondary {
    width: 190px;
    border-radius: 25px;
    background-color: #17ccd3;
    border-color: #17ccd3;
    color: #ffffff;
    margin-top: 10px;
}

.authentication .btn:hover
{
    color: #ffffff !important;
}

.authentication .btn-secondary:hover {
    color: #ffffff !important;
}

.legal-footer {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    font-size: 0.875rem;
}