@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans TC", sans-serif;
}

body {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #f5f5f5;
  background-image: url("../../img/connect.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

li {
  text-decoration: none;
  font-style: none;
  list-style-type: none;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
}

hr {
  margin: 15px 5px;
  color: #696969;
}

a {
  text-decoration: none;
  color: #000000;
}

.h4 {
  font-size: 1.5em;
  font-weight: normal;
}

.h5 {
  font-size: 1.2em;
  font-weight: normal;
}

.textMuted {
  color: #696969;
}

.sysMsg {
  display: none;
  position: relative;
  padding: 10px;
  width: 300px;
  margin: 0px 0 0 0;
  box-shadow: 3px 3px 10px #d8d8d8;
  background-color: #b83b3b;
  color: #ffffff;
}

.sysMsg.sysSuccess {
  background-color: #3bb84c;
}

.sysMsg.sysAuto {
  background-color: #b87e3b;
}

.inputRow {
  position: relative;
}

.inputForm {
  position: relative;
  width: calc( 100% - 40px );
  height: 35px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0 !important;
}

label {
  display: none !important;
}

.inputForm:focus {
  z-index: 2;
  outline: none;
  border-bottom: 2px solid #3b7bb8;
}

.inputForm.is-invalid {
  border-bottom: 2px solid #b83b3b;
}

.inputLable.passIcon::before {
  color: #3bb84c;
  content: "";
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
}

.inputLable.errorIcon::before {
  color: #b83b3b;
  content: "";
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
}

.invalid-feedback {
  color: #b83b3b;
}

.inputLable {
  color: #696969;
  font-size: 18px;
  position: absolute;
  pointer-events: none;
  left: 12px;
  top: 18px;
  transition: 0.2s ease all;
}

.inputLable.focus {
  top: 3px !important;
  font-size: 13px !important;
  z-index: 99;
}

.loading {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  align-items: center;
  background-color: #ffffffec;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation-name: example;
  animation-duration: 0.8s;
  border-radius: 25px;
}

.loading img {
  position: absolute;
  width: 70px;
  height: auto;
  margin: auto;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 25px;
}

@keyframes example {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.legalBottom {
  font-size: 0.8em;
  width: 100%;
  color: #696969;
  position: fixed;
  bottom: 0;
  text-align: center;
}

button.disabled {
  pointer-events: none;
  border-color: #92929299 !important;
  background-color: #92929299 !important;
  color: #ffffff;
}

#main {
  position: absolute;
  width: 100%;
  max-width: 330px;
  padding: 15px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
  background-color: #ffffff;
  border-radius: 25px;
  text-align: center;
}

.loginTabs {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -ms-flexbox;
  width: 100%;
  border-bottom: 2px solid #3b7bb8;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.loginTabs .tabBtn {
  display: inline-block;
  text-decoration: none;
  width: calc( (100% / 2) - 17px );
  padding: 5px;
  margin: 0 auto -1px;
  cursor: pointer;
  background-color: #ffffff00;
  font-size: 1.2em;
  font-weight: light;
  text-align: center;
  border-radius: 0 !important;
  border: none;
  outline: none;
}
.loginTabs .tabBtn:first-child {
  margin-right: 3px;
}
.loginTabs .tabBtn:nth-child(2) {
  margin-left: 3px;
}
.loginTabs .tabBtn:hover {
  border-radius: 0;
}
.loginTabs .tabBtn.active {
  background-color: #3b7bb8;
  color: #ffffff;
}

.tabPane {
  display: none;
}

.tabPane.show {
  display: block;
}

#fmLogin .forgotPwd {
  display: block;
  text-align: right;
  margin-bottom: 15px;
  font-size: 15px;
  color: #696969;
  text-decoration: none;
}

#fmLogin .forgotPwd:hover {
  color: #3b7bb8;
  font-weight: bold;
}

#btnLogin {
  width: 100%;
  font-size: 1.3em;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #3b7bb8;
  background-color: #ffffff;
  border-radius: 25px;
}

#btnLogin:hover {
  background-color: #3b7bb8;
  color: #ffffff;
}

#btnSignUp {
  width: 100%;
  font-size: 1.3em;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #3bb84c;
  background-color: #ffffff;
  border-radius: 25px;
}

#btnSignUp:hover {
  background-color: #3bb84c;
  color: #ffffff;
}

#MaiPOSEntre {
  position: absolute;
  width: 100%;
  max-width: 450px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  border-radius: 25px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
  text-align: center;
}

.row {
  display: grid;
  grid-column-gap: 15px;
  grid-template-columns: auto auto;
  margin: 15px auto 0;
}

.box {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 150px;
  padding: 10px;
  border: 1px solid #696969;
  border-radius: 15px;
}

.col {
  padding-bottom: 10px;
}

.box img {
  width: auto;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 497px) {
  #MaiPOSEntre {
    max-width: 300px !important;
  }

  .row {
    position: relative !important;
    display: inline-block !important;
    margin: 5px auto 0 !important;
  }

  .box {
    padding: 10px !important;
    width: 130px !important;
  }

  #logOut {
    margin-top: 5px !important;
  }

  .box img {
    width: auto !important;
    height: 80px !important;
  }
}
#enterPOS:hover, #downloadApp:hover {
  background-color: #f8be00;
  color: #ffffff;
  border: 1px solid #ffa600;
}

#enterDash:hover {
  background-color: #3bb84c;
  color: #ffffff;
  border: 1px solid #30993e;
}

#logOut {
  margin-top: 15px;
  width: 150px;
  font-size: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #696969;
  background-color: #ffffff;
  border-radius: 25px;
}

#logOut:hover {
  background-color: #696969;
  color: #ffffff;
}

#MaiPOSSignUp {
  position: absolute;
  width: 100%;
  max-width: 400px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 25px;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
  text-align: center;
}

#backLogin {
  width: 100%;
  font-size: 0.9em;
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #696969;
  background-color: #ffffff;
  border-radius: 25px;
}

#backLogin:hover {
  background-color: #696969;
  color: #ffffff;
}

#sendNewForm {
  width: 100%;
  font-size: 1.2em;
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #3bb84c;
  background-color: #ffffff;
  border-radius: 25px;
}

#sendNewForm:hover {
  background-color: #3bb84c;
  color: #ffffff;
}

/*# sourceMappingURL=entre.css.map */
