body {
	background-color: #b1b1b1;
}

.container {
	background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #752936;
}

#form{
	border: 1px solid #9c9c95;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	text-align: left; 
	margin-top: 20px;
	margin-left: 0px; 
        margin-right: -10px;
	width: 300px;
	max-width: 340px;
        height: 170px; 
/*	background-color: #ccc; */
        background-color: #752936;
	color: black;
}

.submit{
	height: 30px;
	width: 60px;
	font-weight: bold;
	color: #333;
}