/* 
    Forms stylesheet
*/

html, body {
    height: 100%;
    padding-top: 0px;
}

@media
(max-width: 576px),
(max-height: 600px) {
    html, body {
        height: initial;
    }

    body {
        /*padding-top: 90px;*/
    }
}

.centering-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

/* Set margin-top to navbar height to prevent overlapping */
.centering-container-1 {
    display: flex;
    align-items: center;
}

.centering-container-2 {
    margin-left: auto;
    margin-right: auto;
}


