/*.error{*/
/*color: red;*/
/*margin-left: 10px;*/
/*}*/
input {
    outline: none;
    margin: 0;
    padding: 0;
}

input.error {
    border: 1px solid red;
}

.row {
    margin-top: 10px;
    align-items: center;
    display: flex;
}

/*.wrapper{*/
/*background-color: #ecf0f5!important;*/
/*height: 100%!important;*/
/*}*/
.row input[type="text"], .row input[type="password"], .row input[type="number"] {
    height: 36px;
}

/*验证失败*/
label.error {
    background: url("../jquery-validation/1.11.1/images/unchecked.gif") no-repeat 0px 3px;
    padding-left: 18px;
    padding-bottom: 2px;
    font-weight: bold;
    color: #EA5200;
    margin-left: 10px;
    font-size: 12px;
}

label.checked {
    background: url("../jquery-validation/1.11.1/images/checked.gif") no-repeat 0px 2px;
}

textarea {
    resize: none;
}

.myRow {
    margin-top: 0 !important;
}

.myRow select {
    margin-right: 5px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgb(177, 177, 177);
    opacity: 1;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgb(177, 177, 177);
    opacity: 1;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: rgb(177, 177, 177);
    opacity: 1;
    font-size: 14px;
}

input::-webkit-input-placeholder {
    color: rgb(177, 177, 177);
    opacity: 1;
    font-size: 14px;
}

/*身份证号框加样式*/
.topSpan {
    margin-top: 8px !important;
}

.nav-pills > li.active > a {
    border-style: none;
}

/*注册协议样式*/
.xytitle {
    text-align: left;
    font-size: 16px;
}

.readonly, [readonly="readonly"] {
    pointer-events: none;
    background-color: #eee;
}