.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.nopadding{padding:0!important;}
.logininput {
    width: 90%;
}
.loginmessage {
    color: red;
}
#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 28px;    /* Footer height */
}
#footer {
    background: #000000;
    color: white;
    padding: 14px 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#bodylogin{
	background:white;
}
#container-loginform {
    background:pink;
}

