.swiper-container .slide-btn{
    z-index: 2;
}
.swiper-pagination-wrap{
    text-align: center;
    position: absolute;
    bottom: 15px;
    z-index: 2;
}
.slide-btn.prev{
    background: url("/images/btn-slide-pre.png") no-repeat center/100%;
}

.slide-btn.next{
    background: url("/images/btn-slide-next.png") no-repeat center/100%;
}

.login-section .btn-divider{
    width: 1px;
    height: 15px;
    background-color: #000;
}
.login-btn.active{
    color: #e25f70 !important;

}