﻿.flex-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between
}

/*  Make Kendo Inputs Similar to Landkit */
.k-input, .k-textbox {
    height: 55px !important;
}