
#forgot_password{
	display:none;
}

#login_holder .note{
	cursor: pointer;
	width: 100%;
	display: block;
	text-transform: none;
	font-family: 'poppinsR';
	font-size: 16px;
	text-align: end;
	color: rgba(233,233,233,0.4);
	padding-bottom: 30px;
	margin-top: -20px;
}


#forgot_password .menu_list{
	padding: 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}


#forgot_password .menu_item{
	margin-top: 20px;
    width: 100%;
}
