﻿html, body {
    height:100% !important;    
}

form{
    height:75%;
}

.divHeight{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

