.login-bg-top {
	background-image: url('../images/bg/etop-d.png');
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: top center;
  	min-height: 100px;
}
.login-bg-bottom {
	background-image: url('../images/bg/ebot-d.png');
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: bottom left;
  	min-height: 100px;
}
.box-login {
	background-color: transparent;
}




/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.login-bg-top {
	  	min-height: 150px;
	}
	.login-bg-bottom {
	  	min-height: 150px;
	}
	.box-login {
		background-color: #ffffff;
		box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(221, 221, 221, 0.8), -12px 0 15px -4px rgba(221, 221, 221, 0.8);

	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}