.has-error .input, .has-error input, .has-error select {
    color: #a94442!important;
}
.has-error .input, .has-error input, .has-error select {
    border-color: #a94442!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)!important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)!important;
}
.has-error .input:focus, .has-error input:focus, .has-error select:focus {
    border-color: #843534!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483!important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483!important;
}
.bload_mask {
    z-index:9999999 !important;
}
.d3login-loginForm, .d3login-registerForm {
    width: 100%;
    float: left;
}
.d3login-modal .modal-body{
    overflow: overlay;
}
.d3login-modal .d3login-loginForm, .d3login-modal .d3login-registerForm{
    width: 100%;
}
.ptconfig-form-field.required label:after {
    content: '*';
}
.bootbox-body{
    overflow: auto;
}