.formCenter {
    display: flex;
    align-items: center;
}
body {
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #e6ffe6;
  font-size: 13px;
  color: #676a6c;
  overflow-x: hidden;
  background: url("../img/BG01.jpg");
}
 
.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
 
.form {
  width: 450px;
}
#LoginBox{
	color: #2aa22a;
	background-color: #e6ffe6;
}
#ibox-contentLogin {
	background-color: inherit;
}
#ibox-titleLogin {
	background-color: #ffffff;
	color: inherit;
}
#buttonLogin {
	color: #ffffff;
	background: #006622;
	font-weight: bold;
}