.ap_btn_group {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.ap_btn_group li {
    display: inline-block;
    vertical-align: top;
}

.ap_btn_group li a {
    font-size: 18px;
    color: #fff;
    width: 180px;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: #80cced;
}

.ap_btn_group li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ap_btn_group li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ap_btn_group li a.active {
    background: #019adc;
}

.change_pass_form .prev {
    background: transparent;
    border: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #019adc;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
}

.change_pass_form .prev:hover {
    text-decoration: underline;
}

.change_pass_form .box_prev {
    text-align: center;
}