body
{
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('/web/img/view/polomotorradcom/backround-image.png');
}
.logo-wrapper
{
	margin: 6px 0;
}
video.background-video
{
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.split-container
{
	z-index: 1;
}
button {
	opacity: 1;
	border: none;
	width: 124px;
	font-size: 18px;
	padding: 6px 12px;
	text-align: center;
	display: inline-block;
	outline: none !important;
	background-color: var(--ast-global-color-0);
	font-weight: bold;
	color: #fff;
	font-family: EONBrixSans, serif;
	border-radius: 3px;
	cursor: pointer;
}
button:hover {
	background-color: transparent;
	color: var(--ast-global-color-0);
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2147483647;
	display: flex;
	box-shadow: none;
	transition: all .5s;
	align-items: center;
	background-color: var(--ast-global-color-1);
	flex-direction: row;
	gap: 10px;
	height: 100px;
	padding: 0 12px;
	justify-content: space-between;
}

img
{
	filter: brightness(0) invert(1);
}

.views {
	height: calc(100vh - 100px);
}
.view.active {
	height: 100%;
	display: flex;
	padding: 30px;
	justify-content: end;
	align-items: end;
}
.form-control:focus {
	outline: 0;
	color: #495057;
	background-color: #fff;
	border-color: var(--ast-global-color-0) !important;
	box-shadow: 0 0 0 0.2rem var(--app-highlight-rgba) !important;
}