.login-page-wrapper {
	/* background: var(--primary-blue); */
	background: var(--white);
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
	padding: 30px 15px;
	height: 100%;
}
.top-section {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50vh;
	background: var(--primary-blue);
	z-index: 1;
}
.top-section.lg {
	height: 55vh;
}
.shape {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
}
.shape svg {
	fill: var(--white);
}
.login-page-form-wrapper-inner {
	width: 100%;
}
.login-page-form-wrapper {
	box-sizing: border-box;
	background: var(--white);
	/* border: 0.3px solid var(--grey-700); */
	border-radius: 14px;
	padding: 30px;
	max-width: 500px;
	width: 95%;
	z-index: 2;
	min-height: 330px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.form-header {
	margin-bottom: 25px;
}

.form-header h1 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -0.114286px;
	color: var(--primary);
	text-align: center;
	margin: 0 0 5px 0;
}

.form-header p {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.0642857px;
	color: var(--primary);
	mix-blend-mode: normal;
	opacity: 0.8;
	text-align: center;
	margin: 0;
}

label.form-label {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.0642857px;
	color: var(--primary);
	mix-blend-mode: normal;
	opacity: 0.8;
	display: block;
}

.form-outer a.forgot-link {
	text-align: right;
	letter-spacing: -0.06px;
	color: var(--primary);
	opacity: 0.6;
}
.form-outer a {
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
	font-weight: 600;
}

input.form-control-lg {
	min-height: 42px;
}

.other-info {
	margin-top: 10px;
}

.other-info p {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0;
	color: rgb(32 34 36 / 65%);
	mix-blend-mode: normal;
	opacity: 1;
}

.other-info p a {
	font-weight: 700;
	font-size: inherit;
}

.other-info p a:hover {
	opacity: 0.8 !important;
}
.text-primary {
	color: var(--primary-blue) !important;
	opacity: 1 !important;
}
.input-wrapper {
	margin-bottom: 20px;
}
.rember-wrap {
	margin-top: -8px;
	margin-bottom: 30px;
}

.form-btn-wrap {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.form-btn-wrap button.btn {
	flex: 1;
	/* max-width: 320px; */
	min-height: 42px;
	border-radius: 4px;
}

.authentication-barrier:before {
	position: absolute;
	content: "";
	width: 45%;
	height: 1px;
	background-color: var(--grey-800);
	border-radius: 50%;
	inset-inline-end: -5px;
	inset-block-start: 10px;
	z-index: 1;
}
.authentication-barrier:after {
	background-color: var(--grey-800);
	position: absolute;
	content: "";
	width: 45%;
	height: 1px;
	border-radius: 50%;
	inset-inline-start: -5px;
	inset-block-start: 10px;
	z-index: 1;
}

.authentication-barrier {
	position: relative;
	text-align: center;
	margin: 16px 0;
}

.authentication-barrier span {
	position: relative;
	z-index: 2;
	font-size: 0.8125rem;
	font-weight: 500;
	opacity: 0.6;
}



.other-login {
    max-width: 260px;
    margin: auto;
}
 
.other-login button {
    border: 3px solid var(--primary-blue);
    background: var(--primary-blue);
    padding: 2px 10px 2px  3px;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    min-height: 42px;
    color: #fff;
    max-width: 260px;
    margin: 0 auto;
    gap: 4px;
    display: flex;
}
.other-login button:hover{
	border-color:  var(--primary-blue-hover);
    background: var(--primary-blue-hover);
}
.other-login button svg {
    width: 30px;
    height: auto;
    background: #fff;
    border-radius: 3px;
    padding: 3px;
}
 
.other-login button span {
    flex: 1;
    text-align: center;
}

.form-check label {
	font-size: 16px;
	font-weight: 600;
}
.login-page-form-wrapper .form-check label {
	letter-spacing: -0.06px;
	font-size: 16px;
	opacity: 0.6;
	font-weight: 600;
}

.form-check:not(.form-switch) input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-right: 6px;
	border-color: #a3a3a3;
	border-radius: 2px;
	outline: none;
	box-shadow: none;
}

.form-check input[type="checkbox"]:checked {
	border-color: var(--primary-blue);
}
input[type="password"] {
	color: var(--grey-900);
	line-height: 0;
	padding-right: 40px;
}

img.eye-open {
	opacity: 1;
}


.header-icon-wrap {
    margin-bottom: 10px;
    text-align: center;
}
 
.header-icon-wrap svg {
    width: 60px;
    height: auto;
}
a.show-password-button {
	opacity: 1;
	position: absolute;
	right: 6px;
	top: 5px;
	width: 31px;
	height: 31px;
	background: rgb(55 73 166 / 0%);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}
a.show-password-button:hover {
	background: rgb(55 73 166 / 10%);
}

a.show-password-button img {
	width: 18px;
}

img.eye-closed {
	display: none;
}

a.show-password-button.active img.eye-open {
	display: none;
}

a.show-password-button.active img.eye-closed {
	display: block;
}

@media screen and (max-width: 767px) {
	.form-outer a {
		font-size: 14px;
	}
	.form-header {
		margin-bottom: 20px;
	}
	.input-wrapper {
		margin-bottom: 15px;
	}
	.login-page-form-wrapper {
		padding: 25px 20px;
	}
	.form-header h1 {
		font-size: 20px;
	}
	.form-header p,
	.other-info p {
		font-size: 14px;
	}
	.rember-wrap {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 319px) {
	.login-page-form-wrapper {
		padding: 25px 16px;
		width: 100%;
	}
}
