.lostPassword {
    padding: 135px 0 140px;
    background-color: #F8F8F8;
}

.lostPassword .box1 .title {
    font-family: Rany-Bold;
    color: #222222;
    line-height: 1;
    text-align: center;
}

.lostPassword .box1 .box-c {
    margin: 80px auto 0;
    width: 700px;
    padding: 60px 50px;
    background: #FFFFFF;
    border-radius: 10px;
    max-width: 100%;
}

.lostPassword .box1 .box-c .text-box {
    font-family: Rany;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
}

.lostPassword .box1 .box-c form {
    display: block;
    margin-top: 57px;
}

.lostPassword .box1 .box-c form .input:not(:last-child) {
    margin-bottom: 28px;
}

.lostPassword .box1 .box-c form .input label {
    font-family: Rany;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    display: block;
}

.lostPassword .box1 .box-c form .input label span {
    color: #FF2700;
}

.lostPassword .box1 .box-c form .input .input-box {
    position: relative;
}

.lostPassword .box1 .box-c form .input input {
    display: block;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    outline: none;
    padding: 0 20px;
    font-family: Rany;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
}

.lostPassword .box1 .box-c form .submit {
    width: 140px;
    line-height: 50px;
    background: #FF2700;
    border-radius: 5px;
    font-family: Rany-Bold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 57px;
    cursor: pointer;
}

.lostPassword .box1 .box-c .successBox {
    text-align: center;
}

.lostPassword .box1 .box-c .successBox .text-title {
    font-family: Rany;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
}

.lostPassword .box1 .box-c .successBox .text-title .iconfont {
    font-size: 26px;
    color: #FF2700;
    vertical-align: middle;
}

.lostPassword .box1 .box-c .successBox .btn {
    display: inline-block;
    padding: 0 49px;
    line-height: 50px;
    background: #FF2700;
    border-radius: 5px;
    text-align: center;
    font-family: Rany-Bold;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 50px;
}
@media (max-width:1199px) {
    .lostPassword{
        padding: 70px 0;
    }
    .lostPassword .box1 .box-c{
        margin-top: 45px;
    }
    .lostPassword .box1 .box-c{
        padding: 40px;
    }
    .lostPassword .box1 .box-c form .submit,
    .lostPassword .box1 .box-c form{
        margin-top: 40px;
    }
    .lostPassword .box1 .box-c .successBox .btn{
        margin-top: 45px;
    }
    
}
@media (max-width:1024px) {
    .lostPassword{
        padding: 60px 0;
    }
    .lostPassword .box1 .box-c{
        margin-top: 40px;
    }
    .lostPassword .box1 .box-c form .submit,
    .lostPassword .box1 .box-c form{
        margin-top: 30px;
    }
    .lostPassword .box1 .box-c .successBox .btn{
        margin-top: 40px;
    }
}
@media (max-width: 768px) {
    .lostPassword .box1 .box-c .successBox .btn{
        line-height: 45px;
        font-size: 16px;
        padding: 0 31px;
    }
    .lostPassword .box1 .box-c form{
        margin-top: 25px;
    }
    .lostPassword{
        padding: 50px 0;
    }
    .lostPassword .box1 .box-c form .submit,
    .lostPassword .box1 .box-c{
        margin-top: 30px;
    }
    .lostPassword .box1 .box-c{
        padding: 30px;
    }
    .lostPassword .box1 .box-c .text-box{
         font-size: 16px;
         line-height: 24px;
    }
    .lostPassword .box1 .box-c form .input label{
        font-size: 16px;
    }
    .lostPassword .box1 .box-c form .input input,
    .lostPassword .box1 .box-c form .submit{
        font-size: 16px;
    }
    .lostPassword .box1 .box-c .successBox .btn{
        margin-top: 30px;
    }
    .lostPassword .box1 .box-c .successBox .text-title{
        font-size: 16px;
    }
}
@media (max-width: 500px) {
    .lostPassword .box1 .box-c .successBox .text-title{
        font-size: 14px;
    }
    .lostPassword .box1 .box-c .successBox .btn{
        margin-top: 25px;
         font-size: 14px;
        padding: 0 19px;
    }
    .lostPassword .box1 .box-c form .input:not(:last-child){
        margin-bottom: 19px;
    }
    .lostPassword .box1 .box-c .text-box,
    .lostPassword .box1 .box-c form .input label{
        font-size: 14px;
    }
    .lostPassword .box1 .box-c form .input input{
        height: 45px;
        font-size: 14px;
    }
    .lostPassword .box1 .box-c form .submit{
        line-height: 45px;
        font-size: 14px;
        margin-top: 19px;
    }
    .lostPassword{
        padding: 40px 0;
    }
    .lostPassword .box1 .box-c{
        margin-top: 25px;
    }
}