/*.wrapper-body {
    min-height: calc(100% - 364px) !important; 
}
*/

form#content_form {
    /* min-height: calc(100% - 364px) !important;*/
    min-height: calc(100vh - 364px) !important;
}


.container{
    min-height: calc(100% - 364px) !important;
}