/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .content-title .content-button-container .toggle-map
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .filter .row-clickable .mobile-table-detail .float-right-bottom
 * .hide-selection .hide-select-all .small-padding .fixed-width
 * .hide-header
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .filter 
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .mobile .is-active
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .mobile .is-active
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .card-content .form-container .form-item
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .detail-content .label .field
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .active
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .error-badge
 */
#signin-page .card-content {
  padding-bottom: 1rem;
  min-height: 60vh;
}
#signin-page .form-container .el-form-item {
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
}
#signin-page .form-container .form-item {
  width: 100%;
}
#signin-page .form-container .form-item input {
  border-color: rgba(255, 255, 255, 0) #ffffff #efefef;
}
#signin-page .form-container .el-form-item__label {
  line-height: 1rem;
}
#signin-page .form-container .el-input__inner {
  padding: 0;
}
#signin-page .form-container .el-input.is-disabled .el-input__inner {
  background-color: #ffffff;
}
#signin-page .form-container .el-input-group__prepend,
#signin-page .form-container .el-input-group__append,
#signin-page .form-container .el-input-number__decrease,
#signin-page .form-container .el-input-number__increase {
  border-color: rgba(255, 255, 255, 0) #ffffff #efefef;
  background-color: #ffffff;
}
#signin-page .form-container .el-date-editor {
  width: calc(100% - 2rem);
}
#signin-page .form-container .el-date-editor input {
  margin-left: 2rem;
}
#signin-page .el-row {
  height: 100vh;
}
#signin-page .el-row.is-mobile {
  height: 75vh;
  margin-top: 2rem;
}
#signin-page .forgot-password {
  width: 100%;
  text-align: center;
  margin: 10% 0 10%;
}
#signin-page .forgot-password a {
  color: #9f9f9f;
  text-decoration: underline;
}
