body {
  background-color: #F5F5F5;
}

.div-content-signin{
  width: 280px;
  height: 329px;
  position: absolute;
  left: 50%;
  margin-left: -140px;
  top: 22%;
  margin-top: -85px;
  z-index: 10;
}

.img-login{
  margin-left: 85px;
  margin-bottom: 0px;
  width: 120px;
  height: 120px;
}

.div-signin {
  max-width: 210px;
  min-width: 210px;
  padding: 35px 35px 10px 35px;/*top left bottom right*/
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  z-index: 15;
  margin-top: 10px;
}

.div-signin .div-signin-heading,
.div-signin input[type="text"],
.div-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}

.div-signin legend{
  text-align: center;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  z-index: 5;
}

.footer p{
  font-size: 12px;
  text-align: center;
  color: #696969;
  z-index: 6;
}