
#app {
  background-color: #1E6453;
  display: flex;
  height: calc(100vh - 4rem);
  overflow: hidden;
  color: #161616;
  min-width: 75rem;
}
#app .el-form-item.noMarginBottom {
  margin-bottom: 0;
}
#app .el-form-item.noMarginBottom .el-form-item__error {
  top: calc(100% - 0.75rem);
}
#app .submitButton {
  width: 12.25rem;
  background: linear-gradient(270deg, #00bd9b 0%, #47ad3e 100%);
}
#app .miniInputBox {
  display: flex;
  align-items: center;
  border: 0.0625rem solid #E7ECF0;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  padding: 0 0.5rem;
  width: 7.1875rem;
  line-height: 1.75rem;
}
#app .miniInput {
  flex: 1;
}
#app .miniInput > input {
  border: none;
  padding: 0;
  line-height: 1rem;
  height: 1rem;
}
#app .customFormItem {
  margin-left: 1.875rem;
}
#app .customFormItem .el-form-item__label {
  padding-right: 0;
}
#app .customFormItem .el-form-item__content {
  margin-left: 2.625rem !important;
}
#app .customFormItem .el-form-item__error {
  top: 100% !important;
}