﻿@media(max-width:767px){
    .form-control#name {
        font-size: 16px;
    height:50px;

    }
.form-control#pwd {
    font-size:16px;
    height:50px;
}

}


#GridPage {
    display: table;
    width: 100%;
    height: calc( 100vh - 100px );
}

#GridContent {
    display: table-cell;
    vertical-align: middle;
}
