@font-face {
	font-family: FuturaPT-Medium;
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/FuturaPT-Medium.woff");
}

@font-face {
	font-family: FuturaPT-Book;
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/FuturaPT-Book.woff");
}


@font-face {
	font-family: FuturaPT-Bold;
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/FuturaPT-Bold.woff");
}

* {
	font-family: 'FuturaPT-Book',sans-serif;
}

.login_page {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.login_page .img-1 {
	width: 50%;
	height: 100vh;
	background-image: url("../images/Login/Mask Group 1 (2).png");
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	background-position: top;
}

.login_page .img-1 .info {
	background: rgba(255, 255, 255, 0.15);
	-webkit-backdrop-filter: blur(5px) !important;
	backdrop-filter: blur(5px) !important;
	border-radius: 48px;
	height: 242px;
	width: 75%;
	border: 1px solid white;
	margin-top: 48px;
}

.login_page .img-1 .info .info-wrap h1 {
	color: #00ADEE;
	font-size: 52px;
	line-height: 48px !important;
}

.login_page .img-1 .info .info-wrap h2 {
	color: #0F495F;
	/* font-size: 34px; */
	font-weight: bold;
}

.login_page .img-1 .info .info-wrap p {
	font-weight: 600;
	width: 85%;
	margin-top: 19px;
	/* font-size: 18px; */
}

.login_page .img-2 {
	width: 50%;
	height: 100vh;
	/* 	background-image: url("../images/MicrosoftTeams-image (1).png"); */
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative !important;
}

.login_page .img-2 .logo {
	width: 56%;
	margin-top: 6rem;
}

.login_page .img-2 .input-form {
	width: 300px;
	margin-top: 15%;
}

.login_page .img-2 .input-form h4 {
	color: #0F495F;
	font-size: 30px;
	font-weight: 600;
}

.login_page .img-2 .input-form .username label::after, .login_page .img-2 .input-form .password label::after
	{
	content: "*";
	position: absolute;
	color: orangered;
	margin-left: 5px;
	font-size: 16px;
}

.login_page .img-2 .input-form .password {
	position: relative;
}

.login_page .img-2 .input-form .password #eye, .login_page .img-2 .input-form .password #eye1
	{
	position: absolute;
	top: 48px;
	right: 20px;
	width: 17px;
}

.login_page .img-2 .input-form .password #eye1 {
	top: 45px !important;
}

.reset {
	border: 2px solid #00ADEE;
	padding: 2px 0px;
	width: 95%;
	border-radius: 5px;
	margin-top: 10px;
	color: #00ADEE;
	height: 40px;
}

#reset_btn {
	/* border: none; */
	background-color: white;
	/* color: #00ADEE; */
}

.login {
	border: 2px solid #00ADEE;
	background-color: #00ADEE;
	padding: 2px 0px;
	width: 95%;
	border-radius: 5px;
	margin-top: 10px;
	cursor: pointer;
	height: 40px;
}

#lgn_btn {
	/* text-decoration: none; */
	color: white;
}

.hexagonal-img {
	position: absolute;
	bottom: 0px;
	right: 2px;
	height: 87px;
	width: 82rem;
}

.hexagonal-img img {
	position: absolute;
	bottom: 0px;
	right: -2px;
}

.hexagonal-img img {
	width: 18%;
	height: 246px;
}

#password, #userName {
	height: 45px;
}

@media ( min-width : 1200px) {
	.login_page .img-2 .input-form {
		margin-top: 12%;
	}
	.hexagonal-img img {
		height: 304px;
	}
}

@media ( min-width : 1400px) {
	.login_page .img-1 .info {
		width: 63%;
		margin-top: 52px;
	}
	.login_page .img-2 .input-form {
		margin-top: 10%;
	}
	.hexagonal-img img {
		width: 19%;
		height: 328px;
	}
	@media ( min-width : 1500px) {
		.hexagonal-img img {
			width: 20%;
			height: 368px;
		}
	}
	.login_page .img-1 .info .info-wrap h2 {
		font-size: 34px;
	}
	
} /*# sourceMappingURL=login_main.css.map */