@charset "utf-8";

/** モーダルマスクの背景色設定 */
.el-loading-mask {
  background-color: rgba(255, 255, 255, 0) !important;
}

.form-control {
  height: 44px;
}

.btn:focus,
.btn:active,
.btn:hover {
  outline: none !important;
  box-shadow: none !important;
}

.el-button--primary,
.el-button--primary:hover,
.el-button--primary:focus {
  color: #fff !important;
  background-color: #f7931e !important;
  border-color: #f7931e !important;
}
