.min-vh-navbar {
    min-height: calc(100vh - 56px);
}

.message {
    margin-bottom: 20px;
    font-weight: 400;
    color: #4a5565 !important;
    font-size: 16px;

    & strong {
        font-weight: 700;
        color: #009966 !important;
    }
}