﻿#loginContent {
    background-image: url('/Custom/login_bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
.loginSlogan {
    font-size: smaller;
    padding: 10px;
    color: #3F3F3F;
    text-align: center;
    margin: 0;
    padding-top: 20px;
}

.header-logo {
    background: url('/Custom/logo_main.png') no-repeat left;
    height: 35px;
    width: 96px;
}
/*
@media (max-width: 359px) {
    .header-logo {
        background: url('/Custom/logo_main.png') no-repeat left;
        width: 26px;
    }
}*/
