@charset "UTF-8";
/* CSS設定 **************************/
#login h1#logo {
  width: 340px;
  height: 60px;
  background-image: url("../../images/contents/dc3_logo.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  text-indent: -9999px;
  margin: 120px auto 40px;
}
#login .el-form .el-form-item,
#login .el-form .el-form-item__label {
  border: none;
}
#login .el-form .el-form-item__label {
  background-color: transparent;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
