body > .container {
    padding: 0px 15px 0 !important;
}

header {
    padding: 10px 0 10px 0;
}

header h1 {
    float: left;
    width: 549px;
    height: 73px;
    background: url(../images/FFE.gif) no-repeat;
    text-indent: -999em;
    color: white;
    margin-top: 20px;
}

header .logo_shf {
    background: url(../images/header_w_shf.png) no-repeat;
    float: left;
    width: 150px;
    height: 73px;
    margin-top: 15px;
}

#logo {
    display: block;
    background: url(../images/ffe-logo.gif) no-repeat;
    text-indent: -999em;
    float: left;
    height: 97px;
    width: 130px;
    margin-right: 40px;
    border: 0px;
    color: white;
}

header .header {
    height: 97px;
    width: 100%;
    clear: both;
}

header .responsive .title {
    background: url(../images/title.png) no-repeat;
    float: left;
    height: 73px;
    margin-top: 15px;
}

@media (max-width: 414px) {
    header .responsive {
        width: 412px
    }

    header h1,
    header .responsive .title {
        width: 412px;
        background-size: 85%;
    }
}

@media (max-width: 375px) {
    header .responsive {
        width: 375px
    }

    header h1,
    header .responsive .title {
        width: 375px;
        background-size: 85%;
    }

    header {
        padding: 20px 0 0 0;
    }
}

@media (max-width: 360px) {
    header .responsive {
        width: 360px
    }

    header h1,
    header .responsive .title {
        width: 360px;
        background-size: 85%;
    }

    header .header #logo {
        width: 120px;
        background-size: 120px;
        margin-top: 14px;
    }

    header .responsive .title {
        margin-top: -15px;
    }

    header {
        padding: 20px 0 0 0;
    }
}

@media (max-width: 320px) {
    header .responsive {
        width: 320px
    }

    header h1,
    header .responsive .title {
        width: 320px;
        background-size: 85%;
    }

    header .header #logo {
        width: 97px;
        background-size: 97px;
        margin-top: 14px;
    }

    header .responsive .title {
        margin-top: -15px;
    }

    header {
        padding: 20px 0 0 0;
    }
}

@media (max-width: 319px) {
    .logo_shf {
        display: none !important
    }
}

#loginForm h3 .warning {
    color: #ff4d4d;
    font-size: 18px;
}

.sidebar-content .title {
    font-size: 20px;
}
.sidebar-content .text {
    font-size: 18px;
}

/* to center the login form */
@media (min-width: 1200px) {
    .container {
        max-width: 960px !important;
    }
}

/* force the police */
body {
    font-family: Sans-serif !important;
}


#serviceui {
    background-color: #17a3b844;
    border-radius: 4px;
}

#serviceui img {
    max-width: 50%;
}
