.reset-password-area{
    padding: 48px 70px 56px;
    background: #fff;
    margin: 30px auto 15px;
    text-align: center;
    max-width: 503px;
    position: relative;
}
.btn-close{
    font-size: 12px;
    line-height: 19px;
    color: #444444;
    position: absolute;
    top: 18px;
    right: 19px;
    padding-right: 36px;
}

.btn-close:before,
.btn-close:after{
    content: '';
    width: 25px;
    height: 3px;
    border-radius: 999px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}
.btn-close:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.reset-password-area h1{
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 37px;
    color: #444444;
    font-weight: 400;
}
.reset-password-area .heading{
    font-size: 16px;
    line-height: 22px;
    color: #767676;
    max-width: 655px;
    margin: 0 auto 20px;
    border-bottom: 1px solid  #d8d8d8;
    padding-bottom: 5px;
}
.reset-password-area .offer-price{
    font-size: 18px;
    line-height: 22px;
    color: #444444;
    margin-bottom: 37px;
}
.reset-password-area .offer-price .price{
    font-size: 30px;
    line-height: 36px;
}
.reset-password-area .txt-block{
    text-align: left;
    padding: 0 40px 0 77px;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 58px;
}
.reset-password-area .txt-block p{
    margin-bottom: 20px;
}

.reset-password-area .submit-holder{
    margin: 0;
}

@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
    .reset-password-area{
        padding: 50px 10px 30px;
    }
    .reset-password-area h1{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .btn-close{
        top: 15px;
        right: 10px;
    }
    .reset-password-area .offer-price{
        margin-bottom: 20px;
    }
    .reset-password-area .txt-block{
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .reset-password-area .txt-block p{
        margin-bottom: 10px;
    }
}

.forgot-password-area{
    padding: 48px 70px 56px;
    background: #fff;
    margin: 30px auto 15px;
    text-align: center;
    max-width: 503px;
    position: relative;
}
.btn-close{
    font-size: 12px;
    line-height: 19px;
    color: #444444;
    position: absolute;
    top: 18px;
    right: 19px;
    padding-right: 36px;
}

.btn-close:before,
.btn-close:after{
    content: '';
    width: 25px;
    height: 3px;
    border-radius: 999px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}
.btn-close:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.forgot-password-area h1{
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 37px;
    color: #444444;
    font-weight: 400;
}
.forgot-password-area .heading{
    font-size: 16px;
    line-height: 22px;
    color: #767676;
    max-width: 655px;
    margin: 0 auto 20px;
    border-bottom: 1px solid  #d8d8d8;
    padding-bottom: 5px;
}
.forgot-password-area .offer-price{
    font-size: 18px;
    line-height: 22px;
    color: #444444;
    margin-bottom: 37px;
}
.forgot-password-area .offer-price .price{
    font-size: 30px;
    line-height: 36px;
}
.forgot-password-area .txt-block{
    text-align: left;
    padding: 0 40px 0 77px;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 58px;
}
.forgot-password-area .txt-block p{
    margin-bottom: 20px;
}

.forgot-password-area .submit-holder{
    margin: 0;
}

@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
    .forgot-password-area{
        padding: 50px 10px 30px;
    }
    .forgot-password-area h1{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .btn-close{
        top: 15px;
        right: 10px;
    }
    .forgot-password-area .offer-price{
        margin-bottom: 20px;
    }
    .forgot-password-area .txt-block{
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .forgot-password-area .txt-block p{
        margin-bottom: 10px;
    }
}
#forgot-password-form .align-center,#reset-password-form .align-center{
    text-align: center;
}
