﻿.loginInfo {
    font-size: 20px;
    color: white;
    position: fixed;
    top: 0;
    cursor: pointer;
}

    .loginInfo:hover {
        color: white;
    }

.fullHeight {
    height: 100%;
}

.pusher {
    height: 100%;
    background-color: #1b1c1d !important;
}

@media screen and (max-width: 768px) {
    .loginDivider {
        display: none !important;
    }

    .loginInfo {
        display: initial !important;
    }
}

@media screen and (min-width: 768px) {
    .loginDivider {
        display: block !important;
    }

    .loginInfo {
        display: none !important;
    }
}
