html {
    height: 100% !important;
}

body{
    background-color: #f1f1f1;
    min-height: 100% !important;
    height: 100%;
}

.error{
    color: red;
}