#account-forgotten .forgotten_beijing{
	min-height: 800px;
	background-size: cover;
	width: 100%;
	min-width: 100%;
	height: 100vh;
	min-height: 800px;
	background-repeat: no-repeat;
}
.forgotten_from_father{
    position: absolute;
	left: 55%;
	margin-top: 120px;
}
#account-forgotten .forgotten_width_max{
    width: 490px;
    box-shadow: 6px 7px 15px rgb(120 120 120 / 20%);
    opacity: 1;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#account-forgotten .forgotten_title{
    color: rgb(0, 0, 0);
	font-family: 'Montserrat';
	font-size: 30px;
	font-weight: 700;
	line-height: 37px;
	letter-spacing: 0px;
	text-align: left;
}
.forgotten_content_max{
    width: 100%;
    max-width: 378px;
    margin: 80px auto 80px auto;
}
#account-forgotten .forgotten_form{
    /* margin-top: 108px; */
}
#account-forgotten .forgoten_verification{
    display: flex;
    justify-content: flex-start;
}
#account-forgotten .forgoten_verification_input{
    width: 63%;
    margin-right: 3%;
}
#account-forgotten .forgoten_verification_button{
    width: 34%;
    background-color: #ff8b00;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #FFFFFF;
}
#account-forgotten .required>label{
	color: rgb(0, 0, 0);
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
    padding: 0 0 10px 0px;
}
#account-forgotten .forgotten_submit{
    margin-top: 60px;
}
#account-forgotten .forgotten_subbtn{
    width: 100%;
    background-color: #CFCFCF;
    font-size: 15px;
    line-height: 52px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #FFFFFF;
}
#account-forgotten .required>div>input{
    height: 37px;
}
#account-forgotten .form-control:focus{
    border: 1px solid #ffc49c;
	box-shadow: 0px 0px 5px #ffc49c;
    color: #000;
}
#account-forgotten 

#account-forgotten .forgotten_login{
    margin-top: 106px;
    text-align: center;
}
#account-forgotten .forgotten_login>p{
    text-align: center;
    font-size: 12px;
    font-family:'Montserrat';
    font-weight: 400;
    color: #9E9EA6;
}
#account-forgotten .forgotten_login>p>a{
    vertical-align: initial;
    font-size: 12px;
    font-family:'Montserrat';
    font-weight: 400;
    color: #ff8b00;
}
.forgotten_email_input{
	width: 100%;
	height: 37px;
}
.forgotten_email_input input::-webkit-input-placeholder{
    font-size: 14px !important;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #DCDCDC;
	box-shadow: 6px 7px 15px rgba(252, 126, 47, 1);
}
#account-forgotten .login_email_input:focus{
    border: 1px solid #ffc49c;
	box-shadow: 0px 0px 5px #ffc49c;
    color: #000;
}
#account-forgotten .form-group:last-of-type{
    margin: 0 0 0 0;
}
#account-forgotten .ebinding_error{
    display: none;
    color: #e60012;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Montserrat';
    font-weight: 400;
}
#account-forgotten .ebinding_error2{
    color: #e60012;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Montserrat';
    font-weight: 400;
}
#account-forgotten .ebinding_error2>img{
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    vertical-align: sub;
}
#account-forgotten .ebinding_errorinput{
    border: 1px solid #e60012 !important;
}
#account-forgotten .ebinding_error>img{
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    vertical-align: sub;
}
#account-forgotten .forgotten_email{
    position: relative;
}
#account-forgotten .forerror_image{
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 8px;
    right: 10px;
    cursor: pointer;
}
#account-forgotten input{
    padding: 6px 35px 6px 12px;
}
#account-forgotten .form-group{
    margin-bottom: 30px;
}
#account-forgotten .user{
    
}
#homepage{
	position: relative;
	background-color: #FFF;
	width: 100%;
}
.backimg_position{
	width: 100%;
}
#home_backimg{	
	position: relative;	
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 100%;
	width: 55%;
}
#home_back{
	width: 45.8%;
	height: 100%;
	background-color: #FFF;
}
#home_flex{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer_first {
    margin-top: 0 !important;
}

#back_vague{
    position: absolute;
    bottom: 27.642%;
    left: 50%;
    margin: 0 0 0 -43.34%;
	width: 86.68%;
	background: rgba(101, 101, 101, 0.2);
	border: 1px solid rgba(230, 230, 230, 0.4);
	backdrop-filter: blur(15px);
	border-radius: 20px;
}
#vague_flex{
	padding: 40px 54px;
}
#vaguetips{
	color: rgb(255, 255, 255);
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 56px;
}
#vague_flex_sp{
	display: flex;
	justify-content: space-between;
	color: rgb(255, 255, 255);
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
}
#vague_border{
	width: 50px;
	height: 1px;
	background-color: #FFF;
	display: inline-block;
	margin-right: 10px;
}
#vague_flex_sp>p{
	display: flex;
    align-items: center;
}
#log-all{
	height: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#log-from{
    min-width: 370px;
}