.process{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}
.process>div{
	margin: 0 10px;
}
.process .step1,
.process .step2,
.process .step3{
	width: 95px;
	height: 95px;
	line-height: 95px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	border-radius: 95px;
}
.process .step1{
	border: 2px solid #2eaedc;
	background-color: #fff;
	color: #2eaedc;
}
.process .step1.active{
	border: 2px solid #fff;
	background-color: #2eaedc;
	color: #fff;
}
.process .step2{
	border: 2px solid #ec78a4;
	background-color: #fff;
	color: #ec78a4;
}
.process .step2.active{
	border: 2px solid #fff;
	background-color: #ec78a4;
	color: #fff;
}
.process .step3{
	border: 2px solid #edbf1c;
	background-color: #fff;
	color: #edbf1c;
}
.process .step3.active{
	border: 2px solid #fff;
	background-color: #edbf1c;
	color: #fff;
}

/*-----------------step1---------------------*/

.forget_step1{
	text-align: center;
    background-image: url('../img/forget/forget_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0 100px 0;
}
.forget_step1 h1{
	font-weight: bold;
}
.forget_step1 input{
    height: 50px;
    width: 500px;
    outline: none;
    padding: 0 20px;
    font-size: 20px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.forget_step1 button{
	font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background-color: #14ade3;
    padding: 15px 50px;
    margin: 50px auto;
    cursor: pointer;
    transition: 0.3s;
}
.forget_step1 button:hover{
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);}
}


/*-----------------step2---------------------*/
.mail{
    color: #000;
    font-size: 18px;
    margin: 20px auto;
}
.forget_step1.forget_step2 input{
    height: 50px;
    width: 500px;
    outline: none;
    padding: 0 20px;
    font-size: 20px;
    text-align: center;
    display: block;
    margin: 20px auto;
}

.forget_step1 input::placeholder { color: #bbb; }
.forget_step1::placeholder { color: #bbb; }
.forget_step1::-webkit-input-placeholder { color: #bbb; }
.forget_step1::-moz-placeholder { color: #bbb; }
/*-----------------step3----------------------*/
.forget_step3>i{
    font-size: 70px;
    color: #ccc;
    animation:heartmove 2s infinite ease;
}
@keyframes heartmove{
    0%{transform: translateY(0);}
    50%{transform: translateY(10px);}
    100%{transform: translateY(0);}
}

.forget_step1.forget_step3 > p{
    font-size: 24px;
    font-weight: bold;
    color: #808080;
    margin: 40px 0 50px 0; 
}
.forget_step1.forget_step3 button{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    padding: 10px 100px;
    margin: 10px auto 10px auto;
    cursor: pointer;
    display: block;
    transition: 0.3s;
}
.forget_step1.forget_step3 .gamepage{
    background-color: #14ade3;
}
.forget_step1.forget_step3 .back{
    background-color: #808080;
}
.forget_step1.forget_step3 button:hover{
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);}
}

/*---------rwd------------*/
@media only screen and (min-width: 970px){}

@media only screen and (min-width: 750px) and (max-width: 969px){
    .forget_step1{
        padding: 50px 0 20px 0;
    }
}

@media only screen and (max-width: 749px){
    .forget_step1{
        padding: 30px 0 20px 0;
    }
    .process{
	    margin-bottom: 40px;
    }
    .process>div{
	    margin: 0 5px;
    }
    .process .step1,
    .process .step2,
    .process .step3{
	    width: 70px;
	    height: 70px;
	    line-height: 65px;
	    font-size: 14px;
	    border-radius: 70px;
    }
    .arrow img{
        width: 30px;
        height: auto;
    }
    .forget_step1 input, .forget_step1.forget_step2 input {
        height: 40px;
        width: 80%;
        padding: 0 10px;
        font-size: 16px;
        margin: 10px auto;
    }
    .forget_step1 button{
	    font-size: 20px;
        padding: 10px 80px;
        margin: 20px auto;
    }
    .forget_step1.forget_step3 > p{
        font-size: 20px;
        margin: 20px 0 30px 0; 
    }
}