body{
	 background-image: url("images/clinic.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
	font-family: arial;
}


.mynavbar{
	background-color: #acafe6 !important;
	padding: 20px;
	font-weight:bold;
}


.content{
	position: relative;
	text-align: center;
	color: black;
	margin-top: 200px;

}

#loginForm{
	color: white;
	background-color: #acafe6;
	
}

