html {
  position: relative;
  min-height: 100%;
}

.has-error .help-block {
  font-size: 13px;
  margin-left: 5px;
  margin-bottom: 0px;
  display: block;
}

.has-error .form-control {
  border: 1px solid !important;
  border-color: #e0691a !important;
  box-shadow: none;
}

.error  {
  color: #e0691a !important;
}

html, body {
  height: 100%;
  background-color:777;
}

.container-fluid {
  min-height: 100vh;
  display: flex;
}


.bgcolor {
    border : 1px solid !important;
    border-color: #ccc !important;
    text-align: center;
}
.input-field  {
    position: absolute;
    right: 23px;
    top: 17px;
    color: #999;
  }

@media (max-width: 1200px) {
  .container-fluid {
    display: block;
  }
}

@media (max-width: 1200px) {
  .main_row {
    margin-top: 21%;
  }
}
