body {
    width: 100%;
    background: #fff;
}

* {
    letter-spacing: 1px;
}

.ncl-login {
    background-image: url("/images/ncl-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ncl-bg.png',
    sizingMethod='scale');
    display: block;
    width: 100%;
    height: 100%;
}

.ncl-office-login {
    background-image: url("/images/office-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/office-bg.png',
    sizingMethod='scale');
    display: block;
    width: 100%;
    height: 100%;
}

.w-1200 {
    width: 1000px;
    margin: auto;
}

.w-424 {
    width: 424px;
    margin: auto;
}

.ncl-login-header {
    padding: 50px 0px 20px;
}

.ncl-login-body {
    position: relative;
}

.download-app {
    font-size: 14px;
    cursor: pointer;
    line-height: 30px;
    display: inline;
    margin-left: 20px;
}
.ncl-office-login-from {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    opacity:0.8;
    width: 280px;
    height: 235px;
}
.ncl-office-login-from h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
    color: #1452A8;
}
.ncl-login-from {
    padding: 30px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    margin-top: 10px;
}

.ncl-login-from h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.ncl-input {
    display: block;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 280px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    padding-left: 40px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.ncl-input-username {
    background: url("/images/login_account.png") -2px no-repeat;
    background-color: #f9f9f9;
}
.ncl-input-mobile{
    background: url(/images/login_tel.png) 2px no-repeat;
    background-color: #f9f9f9;
}
.ncl-input-smsCode{
    background: url(/images/login_tel.png) 2px no-repeat;
    background-color: #f9f9f9;
}

.ncl-input-pwd {
    background: url("/images/login_password.png") no-repeat;
    background-color: #f9f9f9;
}

.ncl-office-login-btn {
    display: block;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 280px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    background-color: #1452A8;
    padding: 0;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
.ncl-login-btn {
    display: block;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 280px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    background-color: #306cff;
    padding: 0;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
.ncl-smsLogin-btn {
    display: block;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 280px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    background-color: #306cff;
    padding: 0;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
.ncl-office-smsLogin-btn {
    display: block;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 280px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    background-color: #1452A8;
    padding: 0;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
.login-other {
    font-size: 14px;
    margin-top: 10px;
}

.login-other a {
    margin-left: 14px;
}

.ncl-login-type {
    position: relative;
}

.login-switch {
    position: absolute;
    top: -28px;
    right: -28px;
}

.scan_login_box {
    width: 280px;
    height: auto;
}

.ncl-QrCode {
    width: 140px;
    margin: auto;
}

.ncl-QrCode img {
    margin: 0 auto;
}

.ncl-QrCode table {
    margin: 0 auto !important;
}

.appQrcode {
    position: absolute;
    right: 69px;
    top: 313px;
    width: 140px;
    height: 120px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 3px;
    padding: 30px;
    background: #fff;
    z-index: 2;
}

.appQrcodes {
    position: absolute;
    width: 140px;
    height: 120px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 3px;
    padding: 30px;
    background: #fff;
    z-index: 2;
}

.appQrcode img {
    margin: auto;
}
.appQrcodes img {
    margin: auto;
}

.appQrcode table {
    margin: auto !important;
}
.appQrcodes table {
    margin: auto !important;
}

.appQrcodetext {
    position: absolute;
    bottom: 10px;
    left: 7px;
    font-size: 12px;
    color: #999;
}

.appQrcodetexts {
    position: absolute;
    bottom: 10px;
    left: 8px;
    font-size: 12px;
    color: #999;
    top: -10px;
}

.refresh-Qrcode {
    position: absolute;
    width: 140px;
    height: 140px;
    height: 145px \9;
    border: 1px solid #DCDCDC;
    text-align: center;
    line-height: 140px;
    color: #fff;
    background: #A5A5A5;
    cursor: pointer;
    top: 0px;
    left: 70px;
}

.ncl-samll-text {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    width: 140px;
    margin: auto;
    margin-top: 5px;
}

.ncl-samll-text img {
    margin-right: 10px;
    margin-top: 7px;
}

.login-switch-btn {
    cursor: pointer;
}

.btn-login-disabled {
    cursor: not-allowed;
    background: #0851a09e
}

.forget-password .login-sms {
    width: 120px;
    height: 122px;
    margin: 0 50px;
    background: url(/images/login_sms.png) center center no-repeat;
    cursor: pointer;
    margin-top: 30px;
}

.forget-password .login-email {
    width: 120px;
    height: 122px;
    margin: 0 50px;
    background: url(/images/login_email.png) center center no-repeat;
    cursor: pointer;
    margin-top: 30px;
}

.forget-password .login-sms:hover {
    background: url(/images/login_sms_blue.png) center center no-repeat;
}

.forget-password .login-email:hover {
    background: url(/images/login_email_blue.png) center center no-repeat;
}

div.forget-password-sms {
    padding-top: 20px;
    position: relative;
}

div.forget-password-email {
    padding-top: 20px;
    position: relative;
}

.input-text {

}

.get-sms {
    position: absolute;
    top: 80px;
    right: 100px;
    _top: 85px;
    color: #3872ff;
    cursor: pointer;
}

.font-style{
    position:absolute;
    top:110px;
    right:8px;
    color:#306cff;
    cursor:pointer;
    font-size:14px;
    font-weight:500;

}
.send-sms {
    top: 80px;
    right: 100px;
    _top: 85px;
    color: #3872ff;
    cursor: pointer;
}

.ngiam-modal-content .ncl-input {
    padding-left: 35px;
    height: 35px;
    line-height: 35px;
}

.login-tel {
    background: url(/images/login_tel.png) 2px no-repeat;
    background-color: #f9f9f9;
}

.ncl-input-password {
    background: url(/images/login_password.png) -2px no-repeat;
    background-color: #f9f9f9;
}

.ncl-login-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: white;
}
