#loginBackground {
    background-image: -webkit-linear-gradient(top,#424242 0,#242424 100%);
    background-image: -o-linear-gradient(top,#424242 0,#242424 100%);
    background-image: linear-gradient(to bottom,#424242 0,#242424 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff424242', endColorstr='#ff242424', GradientType=0);
}

.logoSmall {
    background-image: url(logo.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 99px !important;
    height: 28px !important;
    margin-top: 10px !important;
}

.logoBig {
    background: url("logo.png") no-repeat !important;
    left: 90px !important;
    background-size: 195px !important;
    height: 56px !important;
}
