#ff-title-root {
  display: none;
}

#ff-compose {
  width: 100% !important;
}

.ff-form{
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  max-width: 1136px !important;
}

.form-group{
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 15px 38px !important;
  border-radius: 8px;
  margin-bottom: 16px !important;
}

.form-group label {
  padding-left: 2px !important;
  padding-bottom: 0 !important;
  color: #000;
  font-size: 20px;  
}
.form-group label .ff-editwidget{
  display: none !important;
}

.form-control{
  margin-top: 10px;
  width: 50% !important;
  background: transparent;
  font-size:18px;
  padding:10px 10px 10px 5px;
  border-radius: 2px;
  border:none;
  border-bottom:1px solid #9e9e9e;
  color:#666666 !important;
}
.form-control:focus {
  outline: none !important;
  border: none !important;
}

.ff-checkbox {
  height: fit-content;
}

.ff-check-table {
  margin-top: 12px;
}

.form-check{
  margin-bottom: 12px;
}
.form-check:last-child{
  margin-bottom: 0;
}
.form-check-input {
  width: 20px;
  height: 20px;
  background-color: #000;
}
.ff-form .ff-required{
  color: #D93025 !important;
}
.ff-widget-error{
  padding: 0 !important;
  margin-top: 15px !important;
  font-size: 14px !important;
  color: #D93025 !important;
  display: flex !important;
  align-items: center;
}

.ff-widget-error b{
  width: 16px !important;
  height: 16px !important;
  font-size: 8px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 5px;
  background-color: #D93025 !important;
}

.ff-submit {
  background-color: #8BC53F;
  width: 96;
  min-height: fit-content !important;
  min-width: fit-content !important;
  height: 40px;
  border: none;
  border-radius: 8px;
  color: #000;
  font-size: 18px;
  padding: 0 !important;
}

.ff-submit:hover {
  background-color: #8BC53F;
  opacity: 0.8;
  color: #000;
}

.ff-submit:focus{
  background-color: #8BC53F !important;
  opacity: 0.8;
  color: #000 !important;
  outline: none !important;
}

.ff-submit:active {
  background-color: #8BC53F !important;
  opacity: 0.8;
  color: #000 !important;
  outline: none !important;
}

.form-check-label {
  font-size: 14px !important;
  margin-left: 10px !important;
  padding: 0 16px !important;
}

.ff-submit-icon{
  display: none !important;
}

@media (max-width: 764px) {
  .form-control{
    width: 70% !important;
    font-size: 16px;
  }
}

@media (max-width: 508px) {
  .form-control{
    width: 90% !important;
  }
  .form-group label {
    font-size: 16px;
  }
  .form-check-label{
    font-size: 14px;
  }
  .form-group{
    padding: 20px 32px !important;
  }
  .ff-submit {
    font-size: 16px;
  }
}

@media (max-width: 374px) {
  .form-control{
    width: 100% !important;
  }
}
