html,
body {
  min-width: 0 !important;
  margin: 0 auto;
}

#zmmtg-root {
  display: none;
  min-width: 1100px !important;
}

main {
  width: 100%;
  margin: 0 auto;
  /* height: auto; */
  text-align: center;
  font-family: "Noto Serif Thai", serif;
}

input {
  width: 65%;
  margin: 0 auto;
  font-size: 2.5vh;
  padding: 5px;
}

input,
input::placeholder {
  font-size: 2.5vh;
}

.btn {
  font-size: 2vh;
  height: 6vh;
  width: 80%;
  margin-top: 20px;
  background-color: #d79f00;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 2px 5px 16px 0px #a3a3a3;
  color: #ffffff;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  outline: none;
}

.btn-no-bg {
  font-size: 2.5vh;
  color: #dea10a;
}

/* main {
  width: 100%;
  margin: auto;
  text-align: center;
}

main button {
  margin-top: 20px;
  background-color: #2d8cff;
  color: #ffffff;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  outline: none;
}

main button:hover {
  background-color: #2681f2;
} */

img {
  width: 100%;
  height: 20vh;
}
.img-side {
  width: 10vh;
  height: 10vh;
}

.left {
  position: absolute;
  left: 0vh;
  top: 0vh;
}

.right {
  position: absolute;
  right: 0vh;
  top: 4vh;
}

header {
  width: 100%;
  height: 14vh;

  background: rgb(215, 159, 0);
  background: linear-gradient(
    0deg,
    rgba(215, 159, 0, 1) 36%,
    rgba(247, 202, 115, 1) 100%,
    rgba(255, 255, 255, 1) 100%
  );
}

.logo-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("./images/logo.png");
}
