@media (min-width: 1025px){
  header.affix {
    position: static;
}
}
.icon_error {
  background: url(../images/icon_error.png) no-repeat 50%;
  vertical-align: middle;
  height: 22px;
  width: 24px
}
.icon_error {
  display: inline-block
}
.error {
  color: red!important;
  font-style: italic
}

input.error,select.error,textarea.error {
  border: 1px dotted red!important
}
.bg_f5 {
  background-color: #f5f5f5
}
.new-forms-box .container{
  width: 100%;
  max-width: 1128px;
}
.new-forms-box h1 {
  font-size: 45px;
  line-height: 57px;
  display: block;
}

.new-forms-box.bg_f5 .change-password h1 {
  margin-top: 1.9em;
  margin-bottom: 1.9em;
}
.bg_f5.new-forms-box .container .row h2 {
  font-size: 34px;
  color: #666;
  text-align: left;
  padding:0;
  padding-top: 10px;
  margin-top: 0;
}

@media (max-width: 991px) {
  .new-forms-box.bg_f5 .change-password h1 {
      margin-top:35px;
      margin-bottom: 35px;
  }
}

.new-forms-box .change-password >.row > .col-sm-12 {
  text-align: left;
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
}
.change-password .input-name {
  text-align: right;
  padding-right: 5px;
  height: 42px;
  font-size: 18px;
  line-height: 100%;
  display: table
}
.new-forms-box .change-password .inputs-name {
  display: block;
}

.new-forms-box .change-password [class*="col-"] {
  color: #666;
}

.new-forms-box .change-password .selct-form-left .col-sm-6 {
  width: 66.66666667%;
}
.query-contant {
  height: auto;
  display: block;
  border: 1px solid #eee;
  background: url(../images/hw_u_360807.png) no-repeat 100% 100% #fff;
  min-height: 520px
}
.new-forms-box .change-password .query-contant {
  padding-top: 35px;
  min-height: 400px;
}
.new-forms-box .change-password [class*="col-"].selct-form-right {
  max-width: none;
  text-align: left;
}

.new-forms-box .change-password [class*="col-"].selct-form-right .selectresult {
  font-size: 16px;
}

.new-forms-box .change-password .input-prompt {
  display: block;
  height: auto;
  width: 100%;
  padding-left: 27%;
  margin-top: 8px;
}

.new-forms-box .change-password .error {
  font-style: initial;
  font-weight: normal;
  font-size: 14px;
}

.new-forms-box .change-password input {
  border-radius: 0px;
}
.change-password input {
  width: 100%;
  height: 42px;
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  float: left;
  line-height: 100%;
  line-height: 42px\9;
  padding-left: 5px
}

.new-forms-box .change-password .agreement input {
  margin: 0px 10px 0 0px;
}

.new-forms-box .change-password input.error {
  border: 1px solid red!important;
}
.change-password .submit a {
  width: 168px;
  display: block;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  clear: both
}

.new-forms-box .change-password .submit a {
  background: #fff;
  border-radius: 0;
  border: 1px solid #111;
  color: #666;
  height: 50px;
  line-height: 50px;
}

.new-forms-box .change-password .submit a:hover {
  border-color: #c7000b;
  background-color: #c7000b;
  color: #fff !important;
}


.col-sm-12.change-password .row {
  margin-bottom: 18px
}
.change-password .query-contant input {
  border-radius: 0;
}

.change-password .query-contant input.error,.change-password .query-contant select.error,.change-password .query-contanttextarea.error {
  border: 1px solid red!important;
}

.change-password .query-contant label.error {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.selct-form-left {
  padding-top: 20px
}


@media (min-width: 768px) and (max-width:991px) {
  .change-password .input-name {
    height: inherit;
    font-size: 16px
  }
}
@media (max-width: 767px) {
  .new-forms-box .change-password .query-contant {
      margin-top:0;
  }

  .new-forms-box .change-password .selct-form-left .col-sm-6 {
      width: 100%;
  }

  .new-forms-box .change-password .input-prompt {
      padding-left: 2%;
  }

  .new-forms-box.bg_f5 .change-password h1 {
      font-size: 34px;
      line-height: 44px;
  }
  .selectresult {
    padding-bottom: 20px
  }
  .bg_f5.new-forms-box .container .row h2 {
      font-size: 26px;
  }
  .change-password .submit a {
    float: none;
    display: block;
    margin: 20px auto;
  }
}