*{
    margin:0;
    padding:0;
}
html,body{
    height: 100%;
}
body{
    background: #F5F5F5;
}
.container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 80vh;
}
.layui-form{
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-container{
    min-width: 360px;
    background: #FFFFFF;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 4.5em 3.5em;
    box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.1);
}
.login-title{
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color: #3b3663;
    padding: 10px 0;
}
.vercode img{
    width: 100%;
}
.footer{
    text-align: center;
    font-size: 12px;
    color: #bebebe;
    margin-top: 20px;
}
.footer a{
    color:#0080FF;
}