header {
	position: absolute;
	left: 0;
	right: 0;
	background-color: transparent;
	border: 0;
}
.login__wrapper {
	position: relative;
	width: 100%;
	min-height: 100dvh;
	z-index: 1;
}
.login__wrapper::after {
	content: '';
	background-image: url(../images/signinn.png);
	background-repeat: no-repeat;
	width: 100%;
	min-height: 100dvh;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
}
.login__wrapper_register{
	position: relative;
	width: 100%;
	min-height: 100dvh;
	z-index: 1;
}
.login__wrapper_register::after {
	content: '';
	background-image: url(../images/signinn.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
}
.z-1 {
	z-index: 1;
}
.login_box {
	background-color: #fff;
	border-radius: 40px;
	padding: 44px;
	margin-block: 60px;
	height: 33rem;
	overflow-y: scroll;
	scrollbar-width: none;
	
}
.login_box::-webkit-scrollbar{
	display: none;
} 
.login_head {
	display: flex;
	/* margin-bottom: 50px; */
}
.no_acc {
	margin-left: auto;
}
.sign_in__heading {
	font-size: 55px;
	font-weight: 600;
	line-height: 100%;
	color: #000;
	margin: 0;
}
.welcome_txt p {
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
	color: #000;	
	margin-bottom: 8px;
}
.welcome_txt p > span {
	color: #779341;
	font-weight: 700;
	text-transform: uppercase;
}
.no_acc {
	color: #8D8D8D;
	font-size: 13px;
	line-height: 20px;
}
.no_acc > a {
	color: #779341;
	text-decoration: none;
}
.login_input {
	margin-bottom: 24px;
}
.login_input label {
	margin-bottom: 8px;
	line-height: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	display: block;
}
.input_default {
	border: 1px solid #ADADAD;
	height: 52px;
	padding: 12px 24px;
	border-radius: 9px;
	font-size: 14px;
	line-height: 21px;
	width: 100%;
}
.input_default::placeholder {
	color: #808080;
}
.forgot_pwd {
	text-align: end;
	margin-bottom: 40px;
	margin-top: -12px;
}
.forgot_pwd > a {
	color: #007bff;
	text-decoration: none;
}
.login_action {
	text-align: end;
}
.login_action a  {
	background-color: #779341;
	padding: 15px;
	width: 230px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}
.mx-sm-2 {
	margin-inline: -8px;
}
.px-sm-2 {
	padding-inline: 8px;
}

@media screen and (max-width: 480px) {
	.login_box {
		padding: 32px 24px;
	}
	.login_head {
		/* margin-bottom: 42px; */
	}
	.welcome_txt p {
		font-size: 16px;
		line-height: 22px;
	}
	.sign_in__heading {
		font-size: 36px;
	}
	.no_acc {
		font-size: 12px;
		line-height: 16px;
	}
	.input_default {
		height: 38px;
		padding: 8px 16px;
		font-size: 13px;
	}
	.login_input label {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.login_input {
		margin-bottom: 12px;
	}
	.RegdLogin_action {
		margin-top: 24px;
	}
	.login_action a {
		width: 100%;
	}
}