.content-wrapper, .main-footer {
    margin-left: 0;
}

.content-wrapper {
    margin-top: 0em;
    background-image: url(../images/welcome_background_blur.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.box {
    color: #444;
}

.main-header {
    max-height: 50px;
    height: 50px;
}

.content-header {
    display: inline-block;
}

section.content-header {
    width: 100%;
}

a.logo {
    width: 100% !important;
}

.box {
    max-width: 425px;
    padding: 0 1em;
    margin-left: auto;
    margin-right: auto;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.content *:not(h2):not(h3) {
    font-size: 15px;
}

@media (min-width: 768px) {
    .content *:not(h2):not(h3) {
        font-size: 17px;
    }

    h3.box-title {
        font-size: 21px !important;
    }
}

@media (min-width: 420px) {
    .content-wrapper {
        padding-top: 1em;
    }
}

