/**
 * 推广页表单样式
 * Created by yangxin on 2017/12/19.
 */

.login-div {
    padding: 20px 0px;
    margin: 0px auto;
}

.login-div p {
    border-bottom: 1px solid #9a9a9a;
    padding: 5px 0px;
    color: #00ccff;
    margin:0px 20px;
}
.loginform-div {
    width: 80%;
    padding-top: 20px;
}

.loginform-div .col-xs-4 {
    text-align: right;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding-right: 30px;
}
.loginform-div .col-xs-8,.loginform-div .col-xs-5 {
    padding: 0px;
}

.loginform-div .col-xs-4 .star {
    color: #00ccff;
    margin-right:6px;
}

.loginform-div .col-xs-8 input,.loginform-div .col-xs-8 select{
    height: 35px;
    width: 100%;
}
.loginform-div .col-xs-5 input {
    height: 35px;
    width: 100%;
}
.loginform-div .row{
    margin:20px -15px;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.jzq-nav {
    padding: 20px 0;
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

.x-btn-md {
    display: inline-block;
    width: 115px;
    height: 34px;
    border-radius: 0;
    background-color: #00ccff;
    color: #fff;
}
.x-btn-lg {
    display: inline-block;
    width: 250px;
    height: 40px;
    border-radius: 0;
    background-color: #00ccff;
    color: #fff;
}
.x-btn-md:hover,.x-btn-lg:hover {
    color: #fff;
    background-color: #00ccff;
    border-color:#00ccff;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    /*padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.error{
    color:#eb090a;
    line-height: initial;
}
.btn-block {
    display: block;
    width: 100%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333% !important;
}

