﻿/*html, body {
    height: 100%;
}*/


body {
    /*background-image: url('/src/img/bg-login.jpg');
    background-size: cover;
    background-repeat: no-repeat;*/
}

section#main-content-wrapper {
background-image: url('/src/img/bg-login.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}


/*@media (max-width: 1560px) {
    .main-container {
        background-size: 125%;
    }
}

@media (max-width: 1224px) {
    .main-container {
        background-size: auto 100%;
    }
}*/


/*.wrapper-login {
    margin-left:10px;
}*/




#footer {
    /*position: relative;*/
    width: 100%;
    bottom: 0;

}

footer#footer {
            /*position:fixed;*/
            background:#555555;
            border-top:4px solid #555555;
}

#footer .footer-copyright {
    background:#555555;
    border-top:4px solid #555555;
}


/*@media (max-width: 525px) {
    footer#footer {
        position:relative;
    }
}*/

/*@media (min-width: 399px) {
    footer#footer {
        position:relative;
    }
}*/

body {
    background-color:#555555;
}