/* Legal notice block on login page */
.legal-notice {
    background: #f0f0f0;
    border-left: 3px solid #4e73df;
    padding: 10px 14px;
    margin-top: 18px;
    font-size: 11.5px;
    color: #5a5c69;
    line-height: 1.6;
    border-radius: 0 3px 3px 0;
}

.legal-notice a {
    color: #4e73df;
    text-decoration: underline;
}

.legal-notice a:hover {
    color: #2e59d9;
}

/* Legal modal sizing */
.modal-legal .modal-content {
    height: 80vh;
    display: flex;
    flex-direction: column;
}

.modal-legal .modal-body {
    flex: 1;
    padding: 0;
    overflow: hidden;
}

.modal-legal .modal-body iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
