@charset "utf-8";
#app .login-tempo {
   width: 832px;
   height: 480px;
   background: #ffffff;
   background-image: url("./image/login-bg.png");
   background-repeat: no-repeat;
   background-size: 397px 275px;
   background-position: 47px 105px ;
   position: relative;
   top: 210px;
   left: 50%;
   margin-left: -416px;
   border-radius: 8px;
   box-shadow: 0px 2px 8px 0px #00000014;
   overflow: hidden;
}
#app .tempo-logon-form {
    width: 280px;
    height: 352px;
    top: 0;
    margin-top: 120px;
}
#app .login-form {
    width: 280px;
    height: 352px;
    position: absolute;
    top: 36px;
    right: 69px;
}
#app .login-container {
    margin-top: 0;
}
#app .login-bottom {
    position: absolute;
    bottom: 35px;
    width: 100%;
    top: initial !important;
}
#app .login-org span{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
}
#app .login-container .el-input__inner {
    border-radius: 2px !important;
}
#app .el-form-item {
    margin-bottom: 16px;
}
#app .login-button {
    border-radius: 2px !important;
    background: #2E8AE6 !important;
}
#app .user-login {
    border-bottom: none;
    color: #3D4247;
    font-weight: semibold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
}
#app .el-form-item__content .el-row {
   padding: 0;
}
#app .el-col-14 .el-input {
    width: 160px !important;
}
#app .errmsg{
    padding-top: 10px;
}
#app .login-dot {
    display: none;
}
#app .user-login {
    display: none;
}
#app .login_empty1::before {
    content: '登录';
    color: #3D4247;
    z-index: 100;
    font-weight: 500;
    font-size: 24px;
    position: relative;
    top:300px;
    right: -70px;
}
#app .desktop-login-body {
    overflow: hidden;
}
