body {
	background-color: var(--clr-gray-025);
}
.content-wrapper > .content {
    display: flex;
    max-width: var(--max-width);
    padding: 0;
    margin: auto;
    height: 100vh;
}
.container-fluid {
    display: flex;
    position: relative;
    align-items: center;
    padding: var(--pad);
}
.b3os3g {
    display: flex;
    height: calc(100vh - 5rem);
    position: relative;
    width: 50%;
	padding: 0 .5rem;
    flex-direction: column;
	z-index: 1;
}
.b3os3g img {
    width: 60px;
	height: 60px;
    margin: auto;
}
.nkndj7 {
	display: flex;
    height: calc(100vh - 5rem);
	position: relative;
	width: 50%;
	padding: 0 .5rem;
	z-index: 0;
}
.sdakmd {
    /* background: linear-gradient(11.81deg, #1581FC 28.65%, #189EDF 106.38%); */
	background: rgba(19, 19, 97, 1) url(../images/auth-bg2.svg) no-repeat center center;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 30px;
	min-height: 725px;
	img {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		border-bottom-right-radius: calc(var(--rad) * 2);
		border-bottom-left-radius: calc(var(--rad) * 2);
		object-fit: contain;
	}
}
.ls3js7 {
    flex: auto;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.ls3js7__content {
    width: 100%;
    max-width: 420px;
	border: 1px solid var(--clr-gray-200);
	border-radius: var(--rad);
	background-color: var(--clr-light);
	padding: var(--pad);
}
h1 {
    font-size: 48px;
	color: var(--clr-light) !important;
    /* max-width: 70%; */
    margin-top: 4rem;
    margin-left: 4rem;
}
.ls3js7__content-title,
.ls3js7__content-title-xl {
	font-size: var(--font-size-head);
	font-weight: 700;
	color: var(--clr-gray-700);
}
.countdown {
    left: calc(50% - (60px /2));
    width: 60px;
    text-align: center;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.sh38sf {
	flex: 0.59;
	position: relative;
}

.sh38sf__bg {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}

.sh38sf__bg-logos {
	position: absolute;
	display: flex;
	justify-content: center;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 80px;
}
img.ls3js7__top-right-accessories {
	position: absolute;
	top: 0;
	right: 0;
}
.ls3js7__content-forgot-password {
	margin-top: 24px;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}
.ls3js7__content-mail-icon {
	font-size: 48px;
	color: var(--clr-secondary-300);
}
.sheo3s {
	display: flex;
	width: 100%;
	justify-content: center;
	background-color: var(--clr-white);
}
.sheo3s__content {
	width: 70%;
	max-width: 400px;
}
.sheo3s__content-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 100px 0 120px 0;
}
.sheo3s__content-logos img {
	height: 60px;
}
.sheo3s__content-logos-bmg {
	margin-right: 10px;
}
.sheo3s__content-logos-mkj {
	margin-left: 10px;
}
.Authentication {
	height: 100vh;
}
.Authentication .content-wrapper {
	background-color: var(--clr-white);
	margin-top: 0 !important;
}
#form-login .form-group {
	margin-bottom: 1rem;
}

/* mobile */
@media only screen and (max-width: 559px) {
	.Authentication .content {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	h1 {
		max-width: 50% !important;
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 4rem !important;
	}
}
@media only screen and (max-width: 768px) {
    .b3os3g {
        width: 100% !important;
    }
    .ls3js7__content-forgot-password {
        transition: all var(--general-animation-duration) !important;
        background: var(--clr-brand-025) !important;
        padding: 1px 7px !important;
        border-radius: var(--rad) !important;
        position: absolute !important; 
        bottom: 0 !important;
    }
    .nkndj7 {
        position: absolute !important;
        width: 100% !important;
        padding: 0 .5rem !important;
        z-index: 0 !important;
        left: 0 !important;
    }
	h1 {
		font-size: 35px;
		max-width: 100%;
		margin-top: 7rem;
		margin-left: 0;
		text-align: center;
	}
	.sdakmd img {
		display: none;
	}
	.b3os3g img {
		filter: invert(1);
	}
}