﻿@import 'notLoggedInPages.css';

@media (min-width: 576px) {
    .university-logo-container {
        margin-top: 48px !important;
    }
}

.text-container {
    margin-top: 48px !important;
    padding: 0;
}

.icon-label-row {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.mb-12px {
    margin-bottom: 12px !important;
}
