html,
body {
    overflow: hidden !important;
}


/*注册登录公用样式表*/

.navbar-static-top {
    display: none;
}

.auth-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("http://i.longmentcm.com/img/help/help-banner.png") center no-repeat;
    background-size: cover;
}

.auth-content:before {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.auth-check-content {
    background-color: rgb(255, 255, 255);
    padding: 29px 24px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 100px;
    width: 400px;
}

.error {
    text-align: left;
}

.btn-back-root,
.btn-bind-back {
    position: relative;
    right: 15px;
    top: 10px;
    font-size: 14px;
    float: right;
    color: rgba(157, 114, 26, 0.8);
}


/*设置注册登录标题样式*/

.auth-check-content .user-title {
    text-align: center;
    font-size: 28px;
    color: rgba(157, 114, 26, 0.8);
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9cbc0;
}


/*整体内容的input-group的公共样式和样式重写*/

.auth-check-content .input-group {
    margin-top: 10px;
    margin-bottom: 30px;
    /*重写*/
    font-size: 16px;
    width: 100%;
}

.auth-check-content .input-group input {
    height: 40px;
    width: 100%;
    padding-left: 5px;
    border-radius: 5px;
    border: 1px solid #d9cbc0;
}


/*通用注册登录input的placeholder颜色设置*/

.auth-check-content input::-webkit-input-placeholder {
    color: rgba(195, 167, 145, 0.8);
}

.auth-check-content input::-ms-input-placeholder {
    color: rgba(195, 167, 145, 0.8);
}

.auth-check-content input::-moz-placeholder {
    color: rgba(195, 167, 145, 0.8);
}


/*登录注册下方操作按钮通用样式*/

.btn-operate {
    width: 100%;
    margin-top: 40px;
    background-color: #d6b26b;
    border: none;
    height: 50px;
    font-size: 24px;
}

.btn-operate:hover {
    background-color: #d6b26b;
}

@media screen and (max-width:768px) {
    .auth-content {
        background: url("http://i.longmentcm.com/img/help/help-banner.png") center no-repeat;
        background-size: cover;
    }
    .auth-check-content {
        width: 90%;
        margin-right: 5%;
    }
    .auth-content {
        text-align: center;
    }
    .btn-code {
        font-size: 12px;
    }
}
/*登录单独样式表*/

.login-content,
.forget-pwd-content {
    text-align: right;
}

.auto-login {
    text-align: left;
    margin-top: 16px;
    margin-bottom: 0;
    color: rgba(195, 167, 145, 0.8);
}

.auto-login .checkbox {
    float: left;
    margin-top: 0!important;
}

.login-form .input-group {
    width: 100%;
}

.checkbox input,
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    min-height: auto;
}

.auto-login .foget-password {
    float: right;
    cursor: pointer;
    color: rgba(195, 167, 145, 0.8);
}

.foget-password:hover {
    color: rgba(195, 167, 145, 0.8);
}

.goto-register {
    display: inline-block;
    margin-top: 16px;
    color: rgba(195, 167, 145, 0.8);
}

.goto-register:hover {
    color: rgba(195, 167, 145, 0.8);
}


/*忘记密码的样式*/

.btn-forget-box>button {
    width: calc((100% - 10px) / 2);
}

.btn-forget-box>button:nth-child(1) {
    margin-right: 5px;
}

.btn-forget-box>button:nth-child(2) {
    margin-left: 5px;
}

.btn-sure-pwd {
    margin: 5px 0;
    color: #fff;
}
/*注册单独样式表*/

.send-code-mobile-input {
  float: left;
  width: calc(100% - 100px) !important;
  box-sizing: border-box;
  margin-right: 5px;
}

.btn-code {
  float: left;
  background-color: rgba(195, 167, 145, 0.8);
  border: none;
  width: 90px;
  height: 42px;
  line-height: 42px;
  padding: 0;
}

.btn-code:hover {
  background-color: rgba(195, 167, 145, 0.8);
}

.btn-goto-regist {
  margin-top: 0;
}
