#page{
	width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif, "Microsoft YaHei"
}
.welcome{
	width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
	background-image: url('./images/login_bg.jpg')
}
.welcome__buttons{
    height: 400px;
    padding-top: 20%;
    margin: 0 auto;
}
.welcome__buttons-card{
	background: transparent;
    margin:0 auto;
    width: 400px;
}
.welcome__buttons-button{
	border: 2px solid;
    display: block;
    width: 250px;
    height: 50px;
    margin: 10px auto;
}
.welcome__buttons-button>span{
	font-size: 18px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    height: 32px;
    width: 100%;
}

@media screen and (max-width: 600px){

    .welcome__buttons{
        padding-top: 40%;
    }

    .welcome__buttons-button{
        border: 2px solid;
        display: block;
        width: 180px;
        height: 40px;
        margin: 5px auto;
    }
    .welcome__buttons-button>span{
        font-size: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .welcome__buttons-card {
        background: transparent;
        width: 250px;
        margin: 0 auto;
    }
}
