/* BACKGROUND */
.backdrop {
	background: #333333;
background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(85,207,194,0.7189075459285277) 70%, rgba(0,212,255,1) 100%);
	filter: alpha(opacity=90);
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.background {
	background-image: url('../img/bg_login.jpg');
	background-position:center;
/*background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(85,207,194,0.7189075459285277) 70%, rgba(0,212,255,1) 100%);*/
}