.forgot_background {
	background: url(../images/new_login_page_img/forgot_password_no_text.png);
	height: 100vh;
	background-size: cover;
	background-position: center;
	order: 2;
	width: 50%;
}
.forgot_pass_phrase{
	font-size: 50px;
    font-weight: bolder;
    color: white;
    text-align: right;
    position: absolute;
    bottom: 5%;
    right: 3%;
	line-height: 1.3;
}
.logo_custom{
	height: 58px;
    margin: 0 auto 62.98px;
}
.font_helvetica{
	font-family: "Helvetica";
}

.forgot_box {
	box-shadow: none !important;
	border-radius: 0 !important;
	max-width: none !important;
	width: 50% !important;
}

.w_60p {
	width: 60% !important;
}

.w_100p {
	width: 100% !important;
}

.h_100vp {
	height: 100vh;
}

.input_custom {
	border: 1px solid #D9D9D9!important;
    border-radius: 10px !important;
    text-align: center !important;
    font-weight: normal !important;
    letter-spacing: 0.3px;
	height: 56px !important;
    font-size: 17px !important;
}
.button_custom{
    text-align: center !important;
    font-weight: normal !important;
    letter-spacing: 0.3px;
	height: 56px !important;
    font-size: 17px !important;
}
input::placeholder {
	color: #D9D9D9;
	font-family: "Helvetica";
}

.forgot-pass_title {
	font-size: 24px !important;
	font-weight: bold;
	color: black !important;
	margin-bottom: 20px;
}

.forgot_title{
	font-weight: 500;
	font-size: 31px;
	margin-bottom: 45px;
	letter-spacing: 0.31px;
}
.forgot_content{
	font-weight: 400;
	font-size: 19px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 1.2;
	margin-bottom: 42px;
	text-align: center;
}
.back_box{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
color:rgba(0, 0, 0, 0.6);
}
.back_icon{
	color: #4072F2; 
	font-size: 20px; 
	font-weight: 400;
}
.flx_ai_center{
	display: flex;
	align-items: center;
}
.group_code_text{
	font-size: 13px;
	font-weight: 500;
}
.gr_color{
	color: rgba(0, 0, 0, 0.6) !important;
}
.page_default_size{
	width: 536px !important;
	max-width: 536px !important;
	height: 896px !important;
	padding: 130px 44px !important;
	margin: 0 auto !important;
}
.email_box{
	margin-bottom: 34px !important;
}
.reset_button_box{
	margin-bottom: 113px !important;

}
.group_code_text_1{
	font-size: 19px !important;
	font-weight: 300 !important;
	letter-spacing: 0.38px;
}
@media (max-width:1200px) {
	.forgot_background {
		display: none;
	}

	.forgot_box {
		width: 100% !important;
		max-width: 700px;
	}

	.forgot_inner {
		max-width: 700px !important;

	}
}
@media (max-width:510px) {

	.page_default_size{
		width: 320px !important;
		height: 896px !important;
		padding: 130px 0px !important;
		margin: 0 auto !important;
	}

	.logo_custom{
		height: 53.33px;
		margin: 0 auto 60px;
	}
	.forgot_title{
		font-weight: 500;
		font-size: 20px;
		margin-bottom: 30px;
		letter-spacing: 0.31px;
	}
	.forgot_content{
		font-weight: 400;
		font-size: 13px;
		color: rgba(0, 0, 0, 0.6);
		line-height: 1.2;
		margin-bottom: 20px;
		text-align: center;
	}
	.forgot-pass_title {
		font-size: 24px !important;
		font-weight: bold;
		color: black !important;
		margin-bottom: 30px;
	}
	.email_box{
		margin-bottom: 20px !important;
	}
	.reset_button_box{
		margin-bottom: 113px !important;

	}
	.group_code_text_1{
		font-size: 12px !important;
		font-weight: 300 !important;
		letter-spacing: 0.38px;
	}
	.back_icon{
		color: #4072F2; 
		font-size: 14px; 
		font-weight: 400;
	}
	.input_custom {
		height: 45px !important;
		font-size: 14px !important;
	}
	.button_custom {
		height: 45px !important;
		font-size: 14px !important;
	}
}