 

.login-container { 
		 /* background: url(../img/data_center.jpg) no-repeat center center fixed; */ 
		  background: url(.././images_users/134/bg_img.png) no-repeat center center fixed;   
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		}




.divcontainer{
   
background-color:rgba(0,0,0,0.8); 

padding:20px; border-radius:15px; 
width:100%; height:100%

}
.divcontainer_img{

 position:fixed;
 top:2%; left:0%;

}
.divcontainer_login{
/*background-color:rgba(0,0,0,0.8);*/ 
background-color:rgba(255,255,255,0.3);  
padding:6px; border-radius:5px; 
/*width:100%; height:100% */

}

.divcontainer_title{
text-align:center;
color:white;

}
.divcontainer_color1{
color:#c7254e;

}
.divcontainer_color2{
color:#c7254e;

}
