@font-face {
	font-family: BMWtype; 
	src: url(../fonts/bmwtypewebli_all.ttf); 
	font-weight: normal;
}
@font-face {
	font-family: BMWtype; 
	src: url(../fonts/bmwtypewebbo_all.ttf);
	font-weight: bold;
}

body {
	font-size: 13px;
}

h1 {
	font-family: BMWtype;
	font-weight: bold;
}

.sub-heading {
	line-height: 21px;
	font-size: 18px;
	font-weight: bold;
    font-family: BMWtype;
}

.thank-you h1 {
	text-align: center;
}

.thank-you p {
	text-align: center;
	font-size: 20px;
}

.thank-you {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    min-height: 500px;
}

a {
    color: #1C69D4;
}
a:hover, a:focus {
    color: #0653B6;
}

label {
	font-weight: normal;
}

.form-group {
	margin-bottom: 5px;
}

.form-control {
	border-radius: 0;
	height: 30px;
}

.btn-primary {
	background: #1C69D4;
	font-size: 14px;
	font-weight: bold;
	border-radius: 0px;
	padding: 5px 10px;
	height: 40px;
	margin: 20px 0;
}
.btn-primary:hover {
	border-color: #0653B6;
    background: #0653B6;
}

span.required {
    color: #1C69D4;
}

.help-block {
	color: #737373;
}

.note {
	color: #1C69D4;
}

.privacy-policy {
	border: 1px solid #a9a9a9;
	padding: 20px 20px 10px;
	margin-top: 30px;
    margin-bottom: 20px;
}