/* 初始化前隐藏标签，避免出现待解析的脚本 */
[v-cloak] {
    display: none;
}
/* 重置浏览器样式 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
}
a {
    text-decoration: none;
    color: #333333;
}
.loginHeader {
    background-color: #fff;
    color: #999;
    font-family: "微软雅黑";
    height: 110px;
    -webkit-box-shadow: 0 0 10px #eee;
    -moz-box-shadow: 0 0 10px #eee;
    box-shadow: 0 0 20px #eee;
}

.cf {
    clear: both;
}
.center {
    width: 1200px;
    margin: 0 auto;
}
.cf:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.logo {
    float: left;
    width: 230px;
    height: 110px;
    background: url("/static/images/logo.svg") no-repeat 20px center;
    background-size: auto 60%;
}
.loginHeader span {
    float: left;
    margin-top: 28px;
    font-size: 14px;
    color: #fff;
    background: #0084ff;
    width: 64px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    text-align: center;
}
.form-content {
    width: 494px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 50px;
}
.loginTitle {
    font-size: 20px;
    height: 70px;
    color: #333;
}
.hybFooter{
    padding:0;box-shadow: none;
}
.hybFooter a{
    font-size: 14px;
    color: #7e7e7e;
    line-height: 24px;
    text-align: center;
    display: block;
}
.el-input-group__prepend{
    width: 111px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    border-right: 0;
}
.el-input-group--prepend .el-input__inner{
    height: 42px;
    font-size: 16px;
}
.el-button {
    height: 42px;
    font-size: 20px;
}
.el-form-item{
    margin-bottom: 35px;
}
.el-form-item__error{
    left: 111px;
}
