html {
    font-size: 14px;
    background: url('/images/background.jpg') center no-repeat;
    background-size: cover;
    min-height: 100%;
}

body {
    margin: 10px;
    padding-top: 10px;
}

body, footer {
    border-radius: .8rem !important;
}

#content {
    padding: 20px 10px 0px 10px;
}

footer {
    padding: 12px 0px 2px 0px;
    font-size: 11px;
}

.validation-summary-valid {
    display: none;
}

#alert p {
    font-weight: bold;
}

@media (min-width: 768px) {
    body {
        margin: 15px;
    }

    footer {
        font-size: 12px;
    }
}
