@media screen and (min-width: 768px) {
	.certificateContent form {
		width: 450px !important;
	}
}
.certificateContent form {
	margin: 30px auto !important;
	background-color: white !important;
}

.certificateContent .form-group {
	margin: 20px -15px !important;
}

.certificateContent form label.control-label {
	padding-top: 4px !important;
	text-align: left !important;
}

.certificateContent .row {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.certificateContent form button {
	width: 100% !important;
}

