/**
 * Theme Name: csegeofit
 * Template:   cse-starter
 * 
 */

@media (width >=992px) {
    header .logo:not(.small-logo) {
        background: unset;
        box-shadow: unset;
    }

    header .logo:not(.small-logo) img {
        background: white;
        border-radius: 250px;
    }
}

@media (min-width: 992px) {
    #loginPopup{
        padding-top: 32px;;
    }
    #loginPopup .homeContentPopup img.logo {
        height: 160px;
        width: auto;
        margin-bottom: 0px;
    }
}