﻿
.login-background {
    margin: 56px 0;
    height: 520px;
    background: url("../images/house.png") no-repeat;
    position: relative;
}

.imgCaptcha_img img{
    width:118px!important;
}
/*整体布局*/
.menu {
    width: 340px;
    min-height: 400px;
    border: 1px solid #ccc;
    position: absolute;
    top: 20px;
    right: 75px;
    padding: 1px;
}

.hint-color {
    color: #ff9b10;
}
/*微信扫码登录和账号登录切换*/
.wechat-code {
      width: 45%;
    text-align: right;
    margin-left: 55%;
}
/*手机号登录和动态码登录 start*/
.logging-status {
    padding: 0 30px;
    position: relative;
}

.default-hide {
    display: none;
}

.logging-status li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    width: 95px;
}

.account {
    text-align: right;
    font-size: 12px !important;
    margin-top: 6px;
    position: absolute;
    right: 30px;
    color: #317bc2;
}

    .decoration, .account a {
        text-decoration: none !important;
}

.phone-logon {
    color: #666666;
    text-decoration: none !important;
}

.phone-logon-click {
    color: #636363;
    font-weight: 600;
}

/*手机登录和动态码登录  start*/
.code-login {
    padding: 0 30px;
}

.code-login-info {
    display: block;
    -webkit-padding-start: 0 !important;
}

.input-addon-phone {
    padding: 6px 7px !important;
}

.code-login-info li {
    list-style: none;
}

.code-login-info .unify {
    margin: 23px 0;
}

.picture-verification {
    padding: 0;
}

    .picture-verification .h {
        display: inline-block;
        width: 40px;
    }

    .picture-verification input {
        border: solid 1px #999;
        padding: 5px 8px;
    }

.nc-container .nc_scale span {
    height: 34px !important;
}

.note {
    width: 160px;
    float: left;
}

.gain {
    float: right;
}

.verification {
    background-color: #ff9c00;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    height: 34px;
    padding-bottom: 4px;
    padding-top: 5px;
    text-align: center;
    width: 100px;
}

.register {
    margin: 10px 0;
    text-align: right;
}

.btn-style {
    width: 100%;
    text-indent: 30px;
    letter-spacing: 30px;
    font-weight: 600 !important;
}
    
.forget {
    margin-left: 45px;
    color: #5a5a5a;
}

/*手机登录和动态码登录  end*/


/*第三方登录 start*/
.third-party {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.third-party-title {
    font-size: 18px;
    font-weight: 600;
}

.third-party-logo {
    margin: 10px 0;
}
    
    .third-party-logo a {
        margin: 0 5px;
}
/*第三方登录 end*/
.hint-message {
    width: 104%;
    color: red;
    text-align:center;
    margin-bottom: 10px;
}
