﻿:root {
	--primary: #c91c13;
	--primary-hover: #212529;
	--secondary: #212529;
}

body {
	background-image: url('/images/backgrounds/chery.jpg');
	-webkit-box-flex: 1;
	flex-grow: 1;
	background-color: var(--secondary);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Helvetica !important;
}

@media screen and (max-width: 900px) {
	.leaseplan {
		background: none;
	}
}

#mainContent {
	margin-top: 128px;
	background-color: #fff;
	border-radius: .125em;
	margin-bottom: 1em;
}

#breadcrumb {
	margin-left: auto;
	margin-right: auto;
}

#fullPageContainer {
	padding-top: 0px !important;
}

#driver-services-logo {
	margin: 16px;
}

#customerBrandingThemed .container {
	width: 100%;
	max-width: none;
	margin-left: 55px;
}

#Confirmation {
	padding-top: 35px !important;
}

.customerBrandingContainer {
	margin-bottom: 0px !important;
}

.customerBrandingContainer {
	min-height: 0 !important;
}

.alert-info {
	background: white !important;
	color: #3b3b3b !important;
}

	.alert-info span {
		width: 100%;
		text-align: center;
		font-weight: bold;
	}

.mainTitle {
	text-align: center !important;
	width: 100%;
}

.input-group-append {
	margin-left: 1em;
}

#vehicle-search-button {
	width: 7em;
}

.btn-success,
.backButton,
.btn-outline-info,
.btn-outline-dark {
	color: white !important;
	font-size: 0.8em;
	padding: 10px 15px;
	background: var(--primary);
	border-color: var(--primary) !important;
	border-radius: 100px !important;
	text-transform: uppercase;
}

	.btn-outline-dark:hover,
	.btn-outline-dark:focus,
	.btn-outline-dark:active,
	.btn-outline-dark:disabled,
	.btn-outline-info:hover,
	.btn-outlive.info:focus,
	.btn-outline-info:active,
	.btn-outline-info:disabled,
	.btn-success:hover,
	.btn-success:focus,
	.btn-success:active,
	.btn-success:disabled {
		color: white !important;
		border-radius: 100px !important;
		border-color: var(--primary-hover) !important;
		background: var(--primary-hover) !important;
		box-shadow: none !important;
	}
