html,body {
  margin: 0;
  padding: 0;
  background-image: url("../images/bgd5.gif");
  background-position: center;
  background-repeat: repeat repeat;
  /*background-size: cover;*/
  height: auto;
  width: 100%;
}
.title-login{
    color: #000;
    font-weight: bold;
}

img{
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
.login-box{
	margin: 3% auto;
	color: #FFF;
}
h2{
	color: #000;
	font-weight: bold;
}

.login-box-msg{
	color: #FFF;
}
.login-box-body{
	background:	#708090;
	box-shadow: 7px 13px 10px #000;
}