/* CSS Document */
/*CSS通用重置样式*/
*{word-break:break-all;font-family:'微软雅黑'}

html,body,#app,.el-container.el-main{height: 100%;}

a{text-decoration:none}

body {
    line-height:1.5;
    font-size:12px !important;
    color: #FFFFFF;
    background:url(../images/bg.jpg) no-repeat;
}

.login-container{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 450px;
}

.login-container .title-container{
    text-align: center;
    font-size: 30px;
}
.login-container .title{
    text-align: center;
    font-size: 16px;
}

.login-container .login-form {
    background: url(../images/main_bg.png) repeat;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    float: none;
    border-radius: 8px;
    position: absolute;
    left: 0;
    right: 0;
    width: 350px;
    padding: 50px;
}

.el-form-item__error{
    left: 20%;
}

.el-form-item.is-success .el-input__inner, .el-form-item.is-success .el-input__inner:focus{
    border-color: #3872f5;
    color:#3872f5;
}

.el-input-group>.el-input__inner{
    background: none;
    border-color: #3872f5;
}

.el-input-group__prepend{
    background: none;
    border-color: #3872f5;
    color:#3872f5;
}

.el-button--primary, .el-button--primary:focus, .el-button--primary:hover{
    background: #3872f5;
    border-color: #3872f5;
    color:#ffffff;
}

.loading{position: fixed;top: 0;bottom: 0;left: 0;right: 0;text-align: center; z-index: 10000;  background: #ffffff;font-size: 32px;}
.loading_icon{position: absolute;top: 45%; }

.mb10{
    margin-bottom: 10px;
}

.mt20{
    margin-top: 20px;
}

.footer-container{
    bottom: 0;
    height: 50px;
    z-index: 800;
    left: 0;
    right: 0;
    width: 100%;
    clear: both;
    margin: auto;
    position: fixed;
    font-size: 14px;
}

.footer-content{
    text-align: center;
    color: #aaa;
    line-height: 50px;
    height: 50px;
    background-color: #222;
}

.footer-copyright a{
    color: #aaa;
}