body {
	font-family: "Open Sans", Sans-Serif;
	font-size: 18px;
	color: #110D8C;
}
h1 {

}
h2 {
	font-size: 30px;
	line-height: 41px;
	font-weight: bolder;
	color: #110D8C;
}
h3 {
	font-size: 23px;
	font-weight: bold;
	line-height: 30px;
	color: #110D8C;
}

@media only screen and (min-width: 576px) {
	h2 {
		font-size: 40px;
		line-height: 55px;
	}
}

hr {
	border-top: 1px dashed #14F2C9;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
.form-control.select {
	border-radius: 35px;
	font-size: 15px;
	line-height: 30px;
	color: #110D8C;
	resize: none;
	outline: none;
	overflow: auto;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
	font-style: italic;
	color: #110D8C;
}
label {
	color: #110D8C;
	font-size: 16px;
	line-height: 36px;
}

.btn.btn-primary,
.btn.btn-secondary {
	background-color: #110D8C;
	color: #14F2C9;
	border: none;
	border-radius: 40px;
	font-weight: 600;
	padding: 8px 20px;
}
.btn.btn-secondary {
	background-color: #14F2C9;
	color: #110D8C;
}
.btn.btn-outline-secondary {
	color: #14F2C9;
	border-color: #14F2C9;
}

.navbar {
	z-index: 999;
}
.navbar .navbar-toggler {
	color: #110D8C;
	font-size: 26px;
	line-height: 36px;
}
.navbar-brand img {
	height: 43px;
	width: auto;
}
@media only screen and (min-width: 576px) {
	.navbar-brand img {
		height: 65px;
	}
}
.navbar li a {
	color: #110D8C;
	font-size: 17px;
	line-height: 23px;
	font-weight: 600;
}
.navbar .scan-mobile {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	width: 55px;
	height: 55px;
	border-radius: 40px;
}
.navbar .scan-mobile .fa {
	font-size: 19px;
	line-height: 23px;
}

.jumbotron-fluid.accent {
	background-color: #F5FAFF;
}

footer {
	background-color: #110D8C;
	padding: 1em;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}
footer a {
	color: #fff;
}
footer a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
}
footer .fa {
	font-size: 18px;
}
footer .fab {
	font-size: 26px;
}

/*** REGISTER FORM **/
.register-container {
	background-color: #F5FAFF;
	position: relative;
}
.registerform-svg {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
}
.registerform-svg path {
	fill: rgba(204, 233, 255, 0.25);
}
.registerform {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 30px;
	line-height: 30px;
	position: relative;
	overflow: hidden;
}

.registerform form {
	position: relative;
	z-index: 1000
}
.registerform input[type="text"],
.registerform input[type="email"],
.registerform input[type="password"],
.registerform textarea {
	background-color: #CCE9FF;
}
.registerform input[type="checkbox"] {
	margin-top: 20px;
}
@media only screen and (min-width: 576px) {
	.register-container,
	.pilot-info-container {
		background-color: #fff;
		padding-top: 40px;
	}
	.registerform {
		margin-bottom: 140px;
		background-color: #F5FAFF;
		padding: 80px 50px;
	}
	.registerform input[type="text"],
	.registerform input[type="email"],
	.registerform textarea {
		background-color: #fff;
	}
}

/** ERROR **/
.container-fluid.error-intro {
	background-image: linear-gradient(#A7BEFB, #B7E2FF);
	padding-top: 160px;
	padding-bottom: 260px;
}
.error-intro h1 {
	color: #fff;
	font-size: 33px;
	line-height: 45px;
	font-weight: bolder;
	margin-bottom: 60px;
}

.formfield-fieldbooleanrendertype .form-control {
	width: auto !important;

}

.header-logo {
	padding: 4px;
	max-height: inherit !important;
}
