/*------------pop--------------*/
.blackLayer2{
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: transparent;
	z-index: 998;
	display: none;
}
.pop_ctnr2{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pop_ctnr2.forget{
	width: 1050px;
	height: 500px;
	border-radius: 10px;
	text-align: left;
	padding: 110px 150px;
	overflow: hidden;
	background-image: linear-gradient(to right, #eba846 , #e97aa5 , #699ccf);
}
.pop_ctnr2.forget>i{
	position: absolute;
	top: 50%;
	right: -15%;
    transform: translateY(-50%);
    font-size: 500px;
	color: #fff;
	opacity: 0.5;
}

.pop_ctnr2.forget > h2{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.pop_ctnr2.forget > h3{
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	margin: 20px 0;
}
.pop_ctnr2.forget > p{
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin-bottom: 50px;
}
.pop_ctnr2.forget > span,
.pop_ctnr2.forget > span > a
{
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
}
.pop_ctnr2.forget > span > a{
	text-decoration: underline;
}
.pop_ctnr2.forget > span > a:hover{
	font-weight: normal;
}

/*---------rwd------------*/

@media only screen and (min-width: 750px) and (max-width: 969px){
    .pop_ctnr2.forget{
	    width: 80%;
	    height: 400px;
	    border-radius: 10px;
	    padding: 60px;
    }
    .pop_ctnr2.forget>i{
	    top: 50%;
	    right: -35%;
        transform: translateY(-50%);
        font-size: 400px;
        opacity: 0.4;
    }
}

@media only screen and (max-width: 749px){
    .pop_ctnr2.forget{
	    width: 90%;
	    height: 300px;
	    border-radius: 8px;
	    padding: 20px;
    }
    .pop_ctnr2.forget>i{
	    top: 50%;
	    right: -75%;
        transform: translateY(-50%);
        font-size: 300px;
        opacity: 0.3;
    }
    .pop_ctnr2.forget > h2{
	    font-size: 24px;
    }
    .pop_ctnr2.forget > h3{
	    font-size: 18px;
	    margin: 10px 0;
    }
    .pop_ctnr2.forget > p{
	    font-size: 14px;
	    margin-bottom: 80px;
    }
    .pop_ctnr2.forget > span,
    .pop_ctnr2.forget > span > a
    {
	    font-size: 14px;
    }
}