.banner {
	padding-top: 5rem;
	width: 100%;
}

.banner img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%";

}

.banner .banner-alt {
	margin: auto;
	width: 92vw;

}


.banner .banner-alt {
	text-align: center;
	margin-bottom: 2em;
}

.banner .banner-alt p {
	font-size: 1.2rem;
	font-weight: bold;
}

.banner .banner-alt span {
	line-height: 1.5em;
	font-size: 0.8rem;
	letter-spacing: 0.2em;
}

.banner .banner-alt .button {

	margin: auto;
	margin-top: 2em;
	background-color: #1c69d4;
	color: #fff;
	width: 80%;
	height: 2.6em;
	display: flex;
	align-items: center;
}

.banner .banner-alt .button div {
	margin: auto;
}

.form-content {
	width: 96%;
	margin: auto;
}

.form-tip {
	font-size: 0.9rem;
	height: 6rem;
}

.form-al{
	width: 100%;
}
select.form-control {
	padding: 0 45px 0 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background: url('../img/select-bg.png') center right no-repeat #fff;
	background-size: auto;
	background-size: auto;
	background-size: contain;
	border: 1px solid #a3a3a3;
	height: 48px;
	width: 100%;
}

input.form-control {
	padding: 0 45px 0 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-size: auto;
	background-size: auto;
	background-size: contain;
	border: 1px solid #a3a3a3;
	height: 45px;
	width: calc(100% - 3.6rem);
}

select.form-control option {
	font-size: 0.8rem;
	line-height: 5rem;
	color: #555;
}

.form-title {
	height: 2.6rem;
	display: flex;
	align-items: center;
	font-weight: 300;
	letter-spacing: 0.2rem;
}

.form-req {
	color: red;
}

.input-validation-error {
	border: 2px solid #f00 !important;
	background-color: #fee;
}
