body, html {
    height: 100%;
}

body {
    margin:0;
}

#background {
    height: 100%;
}

#errorMessage {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#loaderText {
    font-weight: bold;
    left: 50%;
    margin-left: -150px;
    margin-top: -70px;
    position: absolute;
    top: 50%;
    width: 300px;
    text-align: center;
}

.yougovpage{
    padding-bottom:0px !important;
    min-height: 300px !important;
}

@media (max-width: 575px) {
    #footer .ui-submit {
        left: 47%;
        flex-grow: 1;
        min-width: 0px;
        margin: 12px 12px 12px 12px !important;
    }

}