.aw-form-row .aw-column {
  float:left;
  padding: 0 15px;
}
.aw-form-row .aw-form-label {
  display:block;
}

.aw-status-loading {
  font-size: 18px
}

.aw-form-status {
  margin-top: 40px;
}

.has-success .form-control-feedback:before {
    content:"\f00c";
    font-family:"FontAwesome";
}
.has-error .form-control-feedback:before {
    content:"\f00d";
    font-family:"FontAwesome";
}
.aw-required {
  color:#d00;
  margin-left:2px
}

/*Loader*/
.aw-form-loader-bg {
  background:#000000bf;
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index: 99999
}
.aw-form-loader {
  width: 60px;
  height: 60px;
  position:fixed;
  z-index: 999991;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  text-align:center;
  font-size: 60px;
  color:#fff

}

/*captcha*/
#aw-captcha {
  padding: 5px 10px;
  display:table;
  line-height:30px;
  border-radius: 4px
}
.awCaptchaRe {
  margin-bottom: 20px
}

#aw-captcha .aw-res, #aw-captcha .aw-aritim, #aw-captcha .aw-sres, #aw-captcha .aw-result {
  float:left;
  display:table;
  padding: 0 2px;
}
#aw-captcha .aw-sres {
}

#aw-captcha .aw-result {
  font-weight: 600;
}
#aw-captcha input {
  height: 30px;
  width: 50px;
  text-align: center;
  float:left;
  outline: none !important;
  margin: 0px 5px;
}

#aw-captcha .aw-refresh {
  float:left;
  display:table;
  margin-left:10px;
  font-size: 20px !important;
  line-height: 30px
}

/*Edit*/
.awUpHeader {
  background:#ddd;
  padding: 10px
}
.awUpHeader .aw-upD {
  border: 1px solid #606362;
  border-radius: 6px;
  padding: 4px 10px;
  color: #f7f7f7;
  background: #7d7a7a;
}
.aw-form-edit-bg:before {
  content:"";
  background:#0553a5fa;
  width: 100%;
  height: 300px;
  position:absolute
}
.aw-form-edit-bg {
  background: #f1f1f1;
  position: fixed;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
  z-index: 99991;
}
.aw-form-edit-content {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right:0;
  bottom:0;
  top: 0;
  z-index: 99991;
}
.aw-form-edit-content .page-header {
  border-bottom: 0;
  
}
.aw-form-edit-content form {
  background: #fff;
  z-index: 9991;
  max-width: 980px;
  overflow:  s;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  padding: 40px;
  box-shadow: 0 0 2px #000;
  margin-top: 60px;
  margin-bottom: 40px;
}

.aw-form-edit-content .awLoader-19 {
  font-size: 60px;
  color:#fff;
  position:absolute;
  left: 50%;
  top: 100px;
  margin-left: -45px;
}

@media screen and (max-width: 767px){
  .aw-form-row .aw-column {
    width:100% !important
  }
}