.login-side-content, .login-side-wave {
	min-height: 100vh;
}

.login-side-pane {
	min-height: 100vh;
	background: #0A0A0A !important;
}

.login-side-content {
	width: 50vw;
	/*max-width: 700px;*/
	min-width: 300px;
	overflow: visible;
	padding: 5em;
	color: #151B26;
}

.login-side-content img.logo {
	width: 16em;
	height: auto;
	max-width: 80%;
	margin-bottom: 2em;
}

.login-side-wave {
	overflow: hidden;
	width: 4em;
	overflow: visible;
	margin-left: -2px;
}

.login-side-wave > svg {
	min-height: 100vh !important;
}

.login-island-pane {
}

.login-island {
	width: 39vw;
	max-width: 600px;
	min-width: 300px;
	margin: 8em auto;
	padding-right: 3em;
	padding: 2em;
}

.login-island h3 {
	font-family: 'aeonik_fonobold', sans-serif;
	font-weight: 700;
	font-size: 2.25rem;
	margin-bottom: 2em;
}

.login-island a {
	font-size: 1em;
}

.login-island a.social-login-btn {
	background: #ffffff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.02) !important;
	border-radius: 4px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: normal;
	color: #151B26;
}

.social-login-btn img {
	height: 1.6em;
	width: auto;
	margin-right: 1em;
}


/* Sliders*/
.auth-page-sliders {
	width: calc(100% + 5em);
	line-height: 2.5em;
}

.auth-page-sliders .login-feature-image{
	/* circle responsive image background */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 31.25rem;
	height: 31.25rem;
	border-radius: 50%;
	margin: 0 auto;
	background-image: url('/images/auth/login-feature-image.jpeg');

}

.auth-page-sliders div.image {
	width: 100%;
	height: 50vh;
	max-width: 48em;
	display: block;
	margin: 1em auto 1em;
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: center center;
}

.auth-page-sliders h3 {
	font-size: 2em;
	display: inline;
}

.auth-page-sliders a.slick-next {
	position: relative;
	color: #fff;
	font-size: 2em;
	float: right;
	margin: 0px 1em;
}


/* Mobile */
@media (max-width: 992px) {
	.login-side-pane {
		display: none !important;
	}

	.login-island {
		width: 80vw;
	}
	.logo{
		margin-top: 3.5rem !important;
	}
}

@media (orientation: portrait) {
	.login-side-pane {
		display: none !important;
	}

	.login-island {
		width: 80vw;
	}
}



.slick-dots {
	position: absolute;
	bottom: -25px;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	display: flex !important;
}

.slick-track {
	margin-left: 0;
}

.slick-dots li button {
	display: none;
}

.slick-dots li {
	border-radius: 5px;
	background: rgba(79, 79, 79, 0.45) !important;
	height: 10px;
	width: 20px;
	list-style-type: none;
	display: block;
	margin-right: 15px;
}

.slick-dots li::before {
	display: none;
}

.slick-dots li.slick-active {
	background-color: #4F4F4F !important;
	width: 40px !important;
}

.slick-title {
	font-size: 2rem;
	font-weight: 600;
	color: #151B26;
}

.slick-subtitle {
	font-weight: 500;
	font-size: 1.1rem;
	color: #151B26;
}

.or-separator {
	height: 2px;
	background-color: #E8E8E8;
	flex: 1 1 auto !important;
}
.or-bar{
	font-size: 1.077rem;
}
