html {
    margin: 0;
    padding-left: 10%;
}

body {
    /* 背景图垂直、水平均居中 */
    background-position: center center;
    /* 背景图不平铺 */
    background-repeat: no-repeat;
    /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
    background-attachment: fixed;
    /* 让背景图基于容器大小伸缩 */
    background-size: cover;
    /* 设置背景颜色，背景图加载过程中会显示背景色 */
    background-color: transparent !important;
}

html, body {
    height: 100%;
}

html {
    display: table;
    margin: 0 !important;
    color: rgba(0, 0, 0, 0.87);
}

body {
    display: table-cell;
    vertical-align: middle;
}

body {
    cursor: default;
    font-family: 微软雅黑;
}

.cyan {
    background-color: transparent !important;
}

.input-field label {
    color: black
}

.loginDiv {
    background: hsla(0, 0%, 100%, .8) border-box !important;
    overflow: hidden;
    border-radius: .3em;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .3) inset,
    0 .5em 1em rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 1px hsla(0, 0%, 100%, .3);
    z-index: 56;
}

/*使用滤镜模糊边缘*/
.loginDiv::before {
    content: '';
    position: absolute;
    top: 0;
    rightright: 0;
    bottombottom: 0;
    left: 0;
    margin: -30px;
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

#bodyPage {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    z-index: -54;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

img.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -55;
    width: 100%;
}

#footerDiv {
    position: fixed;
    _position: absolute;
    bottom: 0px;
    _bottom: 0px;
    _margin-top: expression(this.style.pixelHeight+document.documentElement.scrollTop)
}

#footerDiv {
    background: hsla(360, 50%, 100%, 0.6) border-box;
    overflow: hidden;
    z-index: 56;
    height: 30px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    width: 100%;
    left: 0;
}

.login-btn {
    background-color: #FA8700 !important;
}

.input-field input[type=button] {
    background-color: #FA8700 !important;
}

a.btn {
    background-color: #FA8700 !important;
    color: #FFFFFF !important;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    border-bottom: 1px solid #9e9e9e !important;
}

.btn-phoneCode {
    width: 122px !important;
    margin-left: 6px !important;
    color: #fff;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: none;
    line-height: 28px
}

/*#app, #app label, #app a{*/
/*color:white !important;*/
/*}*/
a {
    color: rgba(0, 0, 0, 0.87) !important;
}