.carousel-item {
  min-height: 200px;
}

.op-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.fsBody .fsLabel, .fsBody label {
  line-height: 19px;
  color: rgb(119, 119, 119) !important;
}

.fsForm .fsSubmit {
  padding: 20px;
  margin-top: 10px;
  background-color: #fff !important;
  clear: left;
}

.fsSubmit input {
  color: #fff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-weight: 400 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  border: 1px solid transparent !important;
  padding: .375rem .75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: .25rem !important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.fsSubmit input:hover {
  color: #fff !important;
  background-color: #0069d9 !important;
  border-color: #0062cc !important;
}

.fsfieldfocused {
  background-color: #e9ecef !important;
}

.fsForm .fsLabel {
  width: 100%;
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.fsForm textarea, .fsRowBody input[type=email], .fsRowBody input[type=number], .fsRowBody input[type=tel], .fsRowBody input[type=text] {
  border: 1px solid #999;
  background-color: #fff;
  background-image: url(../../images/3/fieldbg.png);
  background-repeat: repeat-x;
  background-position: top left;
  border-top: 1px solid #7c7c7c;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #ddd;
  color: #777777 !important;
  padding: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  max-width: 95%;
}

.fsBody {
  color: #777777 !important;
}

.fsForm textarea, .fsRowBody {
  color: #777777 !important;
}

