/* Do not display original hint block if field has errors displayed */
.form-group.is-focused.has-error .help-block.help-block-hint {
  display: none; /* default: display: block; */
}

.form-group .help-block.help-block-error {
  display: none;
}

.form-group.is-focused.has-error .help-block.help-block-error {
  display: block;
}

.btn.btn-raised.btn-primary {
  background-color: #2196F3 !important;
}

.btn.btn-raised:not(.btn-link):hover.btn-primary {
  background-color: #2196F3 !important;
}

.form-group.is-focused label,
.form-group.is-focused label.control-label {
  color: #FF9800;
}

.form-group.is-focused.has-error label.control-label, .form-group.is-focused.has-error .help-block {
    color: #f44336; /* red */
}


/* rgb(33, 150, 243) */

.form-group {
  margin-top: 40px;
}

.form-control,
.form-group .form-control {
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9800), to(#FF9800)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#FF9800, #FF9800), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#FF9800, #FF9800), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#FF9800, #FF9800), linear-gradient(#D2D2D2, #D2D2D2);
  -webkit-background-size: 0 2px, 100% 1px;
          background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 0s ease-out;
       -o-transition: background 0s ease-out;
          transition: background 0s ease-out;
  float: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}


.form-group.is-focused .form-control {
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9800), to(#FF9800)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#FF9800, #FF9800), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#FF9800, #FF9800), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#FF9800, #FF9800), linear-gradient(#D2D2D2, #D2D2D2);
  -webkit-background-size: 100% 2px, 100% 1px;
          background-size: 100% 2px, 100% 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}


.form-group label.control-label {
    font-size: 16px !important;
    line-height: 1.07142857;
    color: #333333;
    font-weight: 400;
    margin: 16px 0 0 0;
}


.form-group.label-static label.control-label,
.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label {
  top: -36px; /* -30px; */
  left: 0;
  font-size: 12px;
  line-height: 1.07142857;
}
.form-group.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
  top: -36px;
  left: 0;
  font-size: 12px;
  line-height: 1.07142857;
}



.promo-icon {
  font-size: 125px !important;
  color: #2196F3;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}



/* Sticky Footer */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 20px;
/*  background-color: #2196F3;*/
}


@media (max-width: 767px) {
  .col-sm-3 > p {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20px;
  }
}
