﻿body {
    min-height: 100dvh;
}

body, 
body > .wrapper,
body > .wrapper > #mainMasterContent,
body > .wrapper > #mainMasterContent > form {
    display: flex;
    flex-direction: column;
    flex: 1;
}