body{	
	background: url(/public/assets/images/login_back.jpg) no-repeat center center fixed; 
  	background-size: cover;
  	height: 100%
}

#login_form_design{
	background-color: #d3d3d3;
	border-radius:20px;
}

#heading_color{
	color: #191919;
	font-weight: bold;
	font-size: 35px;
}

.form-signin {
	padding: 15px 35px 45px;
	opacity: 0.9;
}

#loginFlexContainer{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 90%;	
}