header#pageHeader {
	display: none;
}

div#pageContainer {
	background: url("../../images/banner_full.jpg") no-repeat 100% center;
	background-size: cover;
	z-index: 1;
}

div#pageContainer::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 176, 202, 0.15);
	z-index: -1
}

div#pageContent {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	height: 100%;
    width: 33%;
	padding: 72px;
	align-items: center;
    justify-content: center;
}

img#logo {
	width: 320px;
    height: 64px;
    object-fit: cover;
	overflow: hidden;
}

form {
	display: flex;
    flex-direction: column;
	margin: 0;
    flex: 0 0 auto;
	background-color: white;
    border-radius: 0;
    width: 100%;
	max-width: unset;
    padding: 0;
}

form > div {
	display: flex;
	justify-content: center;
	margin: 12px 0px;
}

form > div > input {
	width: 100% !important;
	height: 24px;
}

button {
	width: 160px;
    height: 42px;
}

button#customerCareButton {
	background-color: #ff6a00;
	border-color: #ff6a00;
}

form > div#submitContainer {
	margin-top: 32px;
}

div#pageContent > h2 {
	color: #00A2BA;
}

div.text {
	display: inline-block;
	color: #00A2BA;
	margin: 64px 0;
}