.login-button {
    color: #17365c!important;
    
    &:hover {
        color: #444444!important;
    }
    
}


.survey-welcome {
    margin-top: 3rem!important;
}
.survey-welcome > p {
    line-height: 24px;
}

.footer-h4 {
    margin-bottom: 0px;
    font-weight: bold;
    
}

#surveyListFooter {
    display: none;
}

body {
     padding-bottom: 0; /* no bottom padding, footer should be bottom aligned */
     padding-top: 60px;/* now is redefine in JS to fit any title length */
     flex-direction: column; /* article, then footer */
     display: flex; /* flex, to extend the content to full size */
     min-height: 100vh; /* full height, to bottom-align footer */
}

body > article {
    flex: 1; /* the main article should use as much space as possible */
}
