#veri-giris-alan {
	background-color: rgba(222, 222,255, 0.2);
}

#veri-giris-alan input {
	background-color: rgba(255, 255,255, 0.9);
	
}


#ilk-muayene {
	background-color: rgba(30,144,255, 0.1);
	margin-bottom: 25px;
	padding: 20px;
	border-radius: 12px;
	text-align: center;		
	border-style: solid;
	border-width: 1px;
	border-color: rgba(30,144,255, 1);
}

#ilk-muayene  h4 {
	color:rgba(55,55,55,0.6);
	margin-bottom:15px;
}



#son-muayene {
	background-color: rgba(245, 152,140, 0.1);	
	margin-bottom: 25px;
	padding: 20px;
	border-radius: 12px;
	text-align: center;	
		border-style: solid;
	border-width: 1px;
	border-color: rgba(245, 152,140, 1);	
}
#son-muayene  h4 {
	color:rgba(55,55,55,0.6);
	margin-bottom:15px;
}
