body {
    background-color: #f4f4f4;
    background-image: url(/images/loginbackground.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top left;
    background-size: cover;
}

footer {
    background-color: white !important;
    position: fixed;
    bottom: 0;
    width: 100vw;
    clear: both;
}

.container {
    width: 100%;
    max-width: 2100px;
}

.titletext {
    max-width: 740px;
    color: black;
    padding: 20px;
    padding-top: 150px;
    font-weight: 400;
}

.titlepadding {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

@media(min-width:576px) {
    .titletext {
        padding-left: 60px;
        padding-right: 60px;
    }
    .titlepadding {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .titleleftpadding {
        padding-left: 3rem !important;
    }
}

.visionalert {
    max-width: 740px;
}
