.fluentform .ff-el-form-control:focus {
  background-color: #176692;
  color: #fff4e4;
}
.fluentform .ff-el-form-control {
  border-style: dashed;
  border-width: 1px;
  border-color: #3971cd;
  background-color: #fff4e4;
  color: #176692;
  font-size: 18px !important;
  font-family: poppins !important;
}
.fluentform > #fluentform_4 .ff-btn {
  width: 100%;
  height: auto;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  text-shadow: none;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #176692;
  padding: 1vw 2vw;
  color: #176692;
  border-radius: 2px;
  background: transparent;
  transition: all 0.2s;
  font-size: 18px !important;
  font-family: poppins !important;
}
.fluentform > #fluentform_4 .ff-btn:before,
.fluentform > #fluentform_4 .ff-btn:after {
  display: none;
}
.fluentform > #fluentform_4 .ff-btn:active {
  position: relative;
  top: 1px;
}
.fluentform > #fluentform_4 .ff-btn:hover {
  background: #176692;
  color: #ffffff;
}
#fluentform_3 .ff-el-group > .ff-el-input--label > label {
  color: #176692;
}
fieldset h4 {
  font-family: poppins !important;
  color: #176692;
}
.fluentform fieldset > .ff-t-container > .ff-t-cell {
  padding: 20px;
  border: dashed;
  border-radius: 20px;
  border-width: 2px;
  border-color: #176692;
  margin-bottom: 20px;
}
.fluentform .ff-el-form-check-label .ff-el-form-check-input {
  width: 20px!important;
  height: 20px!important;
}
