﻿.modal {
    overflow-y: auto !important;
}

hr {
    border-width: 1px;
    margin: 10px 0;
    border-color: var(--semantica-border-default);
}

.info-novo-login-unico:empty {
    display: none;
}

@media (max-width: 1023px) {
    /* .modal-login-unico {
        display: block !important;
    }*/
    /* Important part */
    .modal-dialog-login-unico {
        overflow-y: initial !important
    }

    .modal-content-login-unico {
        height: 72vh;
        overflow-y: auto;
    }
}

.modal-footer {
    border-top: 2px solid var(--semantica-border-default);
}
