body{ margin: 0px; padding: 0px;}
#app, body, html {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow-y: hidden;
}
.contain{
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    background: #ebeff5 no-repeat 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow-y: auto;
    width: 100%;
}


.contain .center{
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 662px;
    position: relative;
}

.contain .center .box{
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    margin-top: 70px;
    width: 440px;
}

.loginForm{
    -webkit-box-sizing: border-box;
    -webkit-transition: all .5s;
    box-sizing: border-box;
    padding: 30px;
    transition: all .5s;
    width: 100%;
}

.contain .center .box .register {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #ebeff5;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 100%;
}

.contain .center .box .loginForm .logo{
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.title{
    color: #333;
    font-size: 20px;
    line-height: 20px;
    margin: 40px 0 24px;
    text-align: center;
}

.contain .center .box .loginForm .el-form .el-form-item{
    margin-bottom: 24px;
}

.el-form-item__content {
    font-size: 14px;
    line-height: 40px;
    position: relative;
}

#app .el-input {
    border-radius: 2px;
}
.el-input {
    display: inline-block;
    font-size: 14px;
    position: relative;
    width: 100%;
}

#app .el-input .el-input__inner {
    border-radius: 2px;
    color: #000;
    font-size: 12px;
}

.el-input__inner {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.contain .center .box .loginForm .el-form .el-form-item .loginBtn {
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
}


.el-button {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -webkit-transition: .1s;
    -webkit-user-select: none;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    box-sizing: border-box;
    color: #606266;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 12px 20px;
    text-align: center;
    transition: .1s;
    white-space: nowrap;
}
.el-button--primary {
    background-color: #006eff;
    border-color: #006eff;
    color: #fff;
}

.contain .center .box .loginForm .el-form .autoLogin .forgetPass{
    padding: 0;
}

.el-button--text {
    background: transparent;
    border-color: transparent;
    color: #006eff;
    padding-left: 0;
    padding-right: 0;
}

.el-checkbox {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    color: #606266;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    user-select: none;
    white-space: nowrap;
}

.el-checkbox__input {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}

.el-checkbox__inner {
    -webkit-box-sizing: border-box;
    -webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
    background-color: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    height: 14px;
    position: relative;
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
    width: 14px;
    z-index: 1;
}


.contain .center .copyright{
    bottom: 30px;
    color: #b5bbc4;
    font-size: 12px;
    position: absolute;
}

.contain .center .box .login a{
    text-decoration: none;
    color: #006eff;
}