body, html {
	margin: 0 auto;
    height: 100%;
	font-family: 'Montserrat', sans-serif;
}

.bg {
	/* The image used */
	background-image: url("/images/login_bg.jpg");

	/* Full height */
	height: 100%;

	/* Center and scale the image nicely */
   	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.caption {
  	/*position: absolute;
  	left: 40%;
  	top: 25%;*/
	
  	width: 400px;
	height: 340px;
  	text-align: center;
  	background: #FFF;
}
.text-danger {
	color: #a94442;
	font-size: 11px;
	margin: 10px;	
}