@charset "UTF-8";
/* CSS Document */
.center{
	text-align: center; 
	
}
input[type=submit]{
	background-color:  #4d004d;
	color: #fff; 
	height: 50px; 
	width: 100%; 
}

/* Large desktops and laptops */
@media (min-width: 992px) {
.control-label{
text-align:right;
}
}

