.bgClass {
  background-position: 50%;
  background-size: cover;
}
.important {
  color: #fc5302;
  font-size: 14px;
  line-height: 19px;
}
.placeHolderStyle {
  border: 1px solid #ebedf3;
  border-radius: 4px;
  font-size: 14px !important;
  line-height: 20px;
  max-width: 660px;
  padding: 10px 10px 10px 16px;
  width: full;
}
.optionStyle,
.placeHolderStyle {
  color: #042040;
  font-weight: 400;
  text-align: left;
}
.optionStyle {
  font-size: 14px;
  font-style: normal;
  line-height: 19px;
  margin-bottom: 10px;
}
.arco-form-item-content-flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.arco-input-wrapper {
  background-color: #f8f9fb !important;
}
.arco-textarea {
  background: #f8f9fb;
  color: #042040 !important;
  font-family: PingFangSC, PingFang SC;
  font-size: 14px !important;
  font-weight: 400;
  height: 100px !important;
  line-height: 20px;
  min-height: 20px !important;
  overflow: auto !important;
  padding: 0;
  text-align: left;
}
.arco-textarea::-moz-placeholder {
  color: #9bacbc !important;
  font-family: OpenSans;
  font-size: 14px !important;
  height: 20px;
  line-height: 19px;
  text-align: left;
}
.arco-textarea::placeholder {
  color: #9bacbc !important;
  font-family: OpenSans;
  font-size: 14px !important;
  height: 20px;
  line-height: 19px;
  text-align: left;
}
.arco-form-item-label-col > .arco-form-item-label {
  color: #042040;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
}
.arco-input-wrapper .arco-input.arco-input-size-medium {
  padding: 0;
}
.arco-form-item-layout-vertical > .arco-form-item-label-col {
  margin-bottom: 10px !important;
}
.arco-form-item-label-col > .arco-form-item-label {
  align-self: start;
  display: flex;
}
.arco-row-align-start.arco-row-justify-start.arco-form-item.arco-form-item-layout-vertical {
  margin-bottom: 14px;
}
.arco-form-item-label-required-symbol {
  color: #fc5302;
}
.contentsus .arco-form .acro-input,
.contentsus .arco-form .arco-input-wrapper {
  background: #f8f9fb !important;
  border: 1px solid #ebedf3;
  border-radius: 4px;
}
.contentsus .arco-form input {
  background: #f8f9fb !important;
  color: #042040;
  font-size: 14px;
  line-height: 19px;
}
.contentsus .arco-form input::-moz-placeholder {
  color: #9bacbc !important;
  font-size: 14px !important;
  line-height: 19px;
  text-align: left;
}
.contentsus .arco-form input::placeholder {
  color: #9bacbc !important;
  font-size: 14px !important;
  line-height: 19px;
  text-align: left;
}
.arco-form-item-content {
  position: relative;
}
.arco-form-item-content .textLimit {
  bottom: 8px;
  color: #9bacbc;
  font-size: 14px;
  font-style: normal;
  line-height: 19px;
  position: absolute;
  right: 35px;
  text-align: right;
  z-index: 999;
}
