.forgot-password {
    height: 40px;
    margin-bottom: 15px
}

.login /deep/ .ivu-input {
    height: 40px;
    padding: 5px 7px
}

.login /deep/ .ivu-btn {
    height: 40px
}

.forgot-password {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
}

.forgot-password .fp {
    color: #626262;
    text-decoration: underline;
}

.forgot-password .fp:hover {
    color: #247eef;
}

.forgot {
    margin-top: auto;
    position: relative;
}

.forgot .back {
    position: absolute;
    top: -44px;
    padding: 6px 15px;
    background: #57a3f3;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}

.forgot .back,
.send {
    cursor: pointer
}

.no-error /deep/ .ivu-input,
.no-error /deep/ .ivu-input-group-append {
    border: 1px solid #dcdee2 !important
}

.login {
    width: 100%;
    height: 100%;
    position: relative;
}

.login-con-header {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding: 30px 0
}

.login-con .form-con {
    padding: 0 0 10px 0
}

.login-con .login-tip {
    font-size: 10px;
    text-align: center;
    color: #c3c3c3
}

.login .login-con {
    position: absolute;
    width: calc(100% - 2rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    z-index: 900;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
}

.login .login-con .login-left {
    display: none;
    width: 480px;
    height: 400px;
    background-size: cover!important;
    background-position: center!important;
    background-attachment: fixed!important;
    border-right: 1px solid #e6e6e6;
}

.login .login-con .login-right {
    width: 100%;
    height: 400px;
    padding: 50px 30px 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login.ivu-form.ivu-form-label-right {
    height: auto;
    background: none;
}

.login .login-con .login-right p {
    color: #565656;
    cursor: pointer;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    font-family: serif;
}

.login .login-con .login-right p:hover {
    color: brown;
}

.login .login-con .login-btn {
    height: 46px;
    font-size: 16px;
    font-weight: 600;
}

.login .login-con .logo {
    padding-top: 80px;
    text-align: center;
    background: url(../img/logo_transparent1.1574bc1f.png) no-repeat top;
    background-size: 80px;
    font-size: 22px;
    font-weight: 700;
    color: #666;
    margin-bottom: 10px;
    line-height: 60px
}

.login .particles {
    width: 100%;
    height: 100%;
}

.login .left-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    padding-left: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 9;
    background: url(../img/installer.ico) no-repeat 18px #015292;
    background-size: 20px
}

.passid-modal .ivu-modal .ivu-modal-body {
    max-height: 400px;
    overflow-y: auto
}

.login-list h3 {
    color: white;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 16px
}

.login-list .select-list {
    border: 1px solid #dbdbdb;
    border-radius: 3px
}

.login-list .select-list .ivu-checkbox-wrapper {
    display: block;
    margin-right: 0
}

.login-list .select-list .ivu-checkbox-wrapper:last-child p {
    border-bottom: none
}

.login-list .select-list .ivu-checkbox {
    display: none
}

.login-list p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    color: #8d8d8d;
    font-size: 13px;
    cursor: pointer;
    padding: 0 20px;
    border-bottom: 1px solid #e2e2e2
}

.login-list .active {
    background-color: #0054d1;
    color: #efefef;
    border-radius: 3px;
}

.login-list .disabled {
    cursor: not-allowed
}