.landing_notification_message_div p {
    font-size: 0.875rem;
    padding: 0 !important;
    margin-bottom: 0 !important;
    color: black;
    font-weight: 500;
}

.landing_notification_message_div a {
    color: blue;
}

.terms {
    color: var(--purple);
    text-decoration: underline;
    transition: .4s all;
}

/* Keep iframes full width on auth pages (login/register) */
iframe {
    width: 100% !important;
}


