body.login ,body.password {
	background: #fff !important;
}

body.login .new-login::after, body.password .new-login::after {
	content: '';
	background: #fff url("../assets/portal-images/login-wave.png") no-repeat bottom left !important;
	display: inline-block;
	width: 100%;
	background-size: cover;
	z-index: 9;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 150px;
}
.login .main-wrapper .page-wrapper, .password .main-wrapper .page-wrapper{
	background: transparent !important;
}

.login-box {
	margin: 0 auto;
	width: 460px;
	z-index: 999;
	position: relative;
}

.login-box .card {
	background: #fff;
	box-shadow: 1px 5px 24px 0 #e3e3e3;
	border-radius: 15px;
	padding: 45px;
}

.login-box  h3{
	color: #333;
	margin-bottom: 40px;
}

.login label, .password label {
	color: #7e7e7e;
	font-family: "Outfit", sans-serif;
	font-size: 16px !important;
	font-weight: 500;
	letter-spacing: 0px;
}


.login .form-group input, .password .form-group input {
	background: #fff;
	border-bottom: 1px solid #ccc !important;
	font-family: "Outfit", sans-serif;
	border: 0;
	padding: 0;
	font-size: 18px;
	color: #000;
}

.login  .form-check .form-check-label {
	line-height: 16px;
}

.login button, .password button {
	width: 100%;
	background: #FF7800 !important;
	border: 0;
	padding: 11px 0px;
	border-radius: 6px;
	font-size: 18px;
}

.forgot-pas{
	margin: 0px 0px 0px 0px;
  padding: 0 !important;
}



.login-box input:autofill, .login-box input:autofill:hover{
	-webkit-text-fill-color: #000 !important;
}