
div.form-group.has-error p.help-block {color:#d80f0f;font-size:14px;}
div.form-group.has-error div.input-group .form-control {border:1px solid #d80f0f;background-color:#ffead5;}
div.form-group.has-error label {color:#d80f0f;}
p.help-block {float:right;margin-right:15px;}

.preloader {display:none;}
.preloader:before {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
  content: "\e031";
  font-family: 'Glyphicons Halflings';
  display:block;
  float:left;
  margin-right:10px;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}