body {
	background: grey;
}
#orderFormDiv {
	background: white;
}

#pmtDetail {
	height: 100%;
}

.header {
	margin: 65px;
	font-size: 40px;
	color: #0286f2;
	font-style: italic;
}

.title {
	background: #333;
	padding: 10px;
}

.img-center {
	margin: 0 auto;
}

.info {
	font-weight: bold;
}

.movie-info {
	 font-weight: 1.4em;
}

.movie-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
}

.theater-name {
	font-size: 1.4em;
}

.modal-header {
	background-color: #1de054;
}

.modal-title {
	font-weight: bold;
	color: white;
	font-size: 1.5em;
}

.input-error {
	background-color: red;
    color: #FFF;
}

.error-message {
	color: red;
}

