.login-page{
	position: fixed;
    height: 100%;
    width: 100%;
    background: url("../../../images/login_bg.png") no-repeat;
    background-size: cover;
/*    justify-content: center;
    -webkit-justify-content: center; */
}
.login-swiper,
.login-swiper img{
    width: 500px;
    height: 550px;
}
.login-box{
	position: relative;
    width: 1000px;
    height: 550px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
	margin: 200px auto;
}
