.app-title {
  color: #3b5998;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

.register-bg {
	background: url(../../../img/Bg/bg_1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 430px; 
}
