

@media screen and (min-width:1025px){
 
	.forget_pass{
		width:540px;
		height:462px;
		border-radius:20px;
		border:1px solid rgba(141,198,63,1);
		/* margin-left:240px; */
	}
	.forget{
		width:445px;
		height:44px;
		margin:0 auto;
		/* background: url("../img/ret_pass.png") no-repeat;
		background-size: 100%; */
		cursor: pointer;

		background: #fdbe02;
		border-radius:22px;
		color: #fff;
		font-weight: 700;
		text-align: center;
		line-height: 44px;
	}
	input.get{
			width:125px;
			height:30px;
			border-radius: 14px;
			background-image: none;
			background:#fdbe02;
			margin:0;
			padding:0;
			position:absolute;
			margin-top:7px;
			margin-left: 360px;
			font-size:16px;
			/* font-family: PingFang-SC-Regular; */
			color:#fff;
			text-align: center;
			align-items: flex-start;
			line-height:30px;
			box-shadow: none;
		}
	.footer{
		margin:0 auto;
		margin-top:35px;
		width:445px;
		text-indent: 21px;
	}
	.footer a{
		 text-decoration:none;
		 font-size:15px;
		 color:#000;
		 /* font-family: PingFang-SC-Regular; */
	}
	}
	
@media screen and (min-width:768px) and (max-width:1024px){
	.forget_pass{
		width:52.734375vw;
		height:45.1171875vw;
		border-radius:1.953125vw;
		border:0.09765625vw solid rgba(141,198,63,1);
		/* margin-left:23.4375vw; */
		margin-bottom:19.8359375vw;
	}
	.forget{
		width:43.45703125vw;
		height:4.296875vw;
		margin:0 auto;
		/* background: url("../img/ret_pass.png") no-repeat;
		background-size: 100%; */
		cursor: pointer;

		background: #fdbe02;
		border-radius:2.1484375vw;
		color: #fff;
		font-weight: 700;
		text-align: center;
		line-height: 4.296875vw;
	}
	input.get{
		width:12.20703125vw;
		height:2.9296875vw;
		border-radius: 1.3671875vw;
		background-image: none;
		background:#fdbe02;
		margin:0;
		padding:0;
		position:absolute;
		margin-top:0.68359375vw;
		margin-left: 35.15625vw;
		font-size:1.5625vw;
		/* font-family: PingFang-SC-Regular; */
		color:#fff;
		text-align: center;
		align-items: flex-start;
		line-height:2.9296875vw;
		box-shadow: none;
	}
	.footer{
		margin:0 auto;
		margin-top:3.41796875vw;
		width:43.45703125vw;
		text-indent: 2.05078125vw;
	}
	.footer a{
		 text-decoration:none;
		 font-size:1.46484375vw;
		 color:#000;
		 /* font-family: PingFang-SC-Regular; */
	}
	
}
	
	@media screen and (max-width:767px){
		.main h1{
			margin-left:0vw;
			float:left;
		}
		input.get{
			width:29.06666666666667vw;
			height:7.466666666666668vw;
			border-radius: 3.733333333333334vw;
			background-image: none;
			background-color:#fdbe02;
			margin:0;
			padding:0;
			position:absolute;
			margin-top:2.1333333333333333vw;
			right:0vw;
			margin-right:8.799999999999999vw;
			font-size:4vw;
			/* font-family: PingFang-SC-Regular; */
			color:#fff;
			text-align: center;
			align-items: flex-start;
			line-height:7.466666666666668vw;
			box-shadow: none;
		}
		.forget{
			width:86.93333333333332vw;
			height:11.733333333333333vw;
			margin:0 auto;
			/* background: url("../img/forget_pass.png") no-repeat;
			background-size: 100%; */
			margin-bottom:14vw;
			
			background: #fdbe02;
			border-radius:5.866666666666666vw;
			color: #fff;
			font-weight: 700;
			text-align: center;
			line-height: 11.733333333333333vw;
		}
	   .footer{
		   display:none;
	   }
	}