.hidden {
    display: none !important;
}
.hcenter {
    text-align: center;
}
.height {
    height:0
}
.align-center {
    display: flex;
    align-items: center;
}
#to-top {
    display: none !important;
}
.login-container .login-form {
    width: 320px;
    border: none;
    height: 100%;
    box-shadow: none;
}
.app-code {
    border-radius: 200px;
    margin: 5px;
	margin-left: 15px;
}
.login-container .login-form h1 {
    font-weight: bold;
    color: #333;
    padding-left: 10px;
}
#vcode {
    border-radius: 4px;
    border: solid 1px #f5f5f5;
}
.login-container {
    background: #fff;
}
.layui-form-item .layui-input-inline {
   margin: 10px 10px 20px 10px;
}
.login-container .login-form {
    margin-top: 30px;
}
.layui-input {
    border-radius: 5px;
    line-height: 54px;
    height: 54px;
    background: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 20px;
}
.layui-btn {
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 5px;
    display: block;
    margin-bottom: 20px;
}
#foot .h5 {
    font-weight: bold;
    color: #00acac;
}
