body
{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, .8) 100%), url("/web/img/view/joyn/login-background.jpeg");
}
.logo-wrapper
{
	margin: 6px 0;
}
.header
{
	display: none;
}
.header .logo-wrapper .logo
{
	width: 150px;
	height: 40px;
	overflow: hidden;
}
.header .logo-wrapper .logo > img
{
	height: 100%
}
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;
}
.view.active {
	height: 100%;
	display: flex;
	justify-content: center;
}
.login-wrapper {
	text-align: center;
	background-image: linear-gradient(#222, #000);
}
.login-wrapper > a
{
	text-decoration: none !important;
	color: #fff;
	height: 24px;
}
.login-wrapper > a > svg
{
	height: 100%;
}
.login-wrapper > .login-wrapper-inner {
	margin: auto 0;
}
.login-wrapper > .login-wrapper-inner > img
{
	width: 60px;
	height: 60px;
}
.login-wrapper .content {
	padding-top: 0;
}
.login-wrapper .login-title {
	text-align: unset;
	font-weight: 500;
	font-size: 28px;
	font-family: Campton-Bold, serif;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	line-height: 100%;
	margin-bottom: 24px;
}
.login-wrapper .login-subtitle {
	text-align: unset;
	margin-bottom: 24px;
}
.form-group {
	position: relative;
	text-align: start;
}
input.form-control {
	display: block;
	filter: none;
	padding: 24px 12px 6px 12px;
	margin: 1px 1px 5px 0;
	position: relative;
	background: none;
	font-family: Campton-Book, serif;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	color: #39393a !important;
	width: 100%;
	height: 52px;
	border-bottom: unset;
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: none !important;
	border-radius: 0;
	--bs-bg-opacity: 1;
	background-color: transparent !important;
}
input.form-control:focus {
	box-shadow: none !important;
	color: #fff !important;
	outline: 0;
	border-color: #fff !important;
}