@font-face {
  font-family: "Noto";
  src: url("../fonts/NotoSans-Regular.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Noto";
  src: url("../fonts/NotoSans-Medium.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Noto";
  src: url("../fonts/NotoSans-SemiBold.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Noto";
  src: url("../fonts/NotoSans-Bold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "NotoTH";
  src: url("../fonts/NotoSansThai-Regular.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "NotoTH";
  src: url("../fonts/NotoSansThai-Medium.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "NotoTH";
  src: url("../fonts/NotoSansThai-SemiBold.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "NotoTH";
  src: url("../fonts/NotoSansThai-Bold.ttf") format("truetype");
  font-weight: 600;
}

body {
  font-family: "Noto","NotoTH";
}

.authen-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  max-width: 978px;
  height: 100dvh;
}

.authen-wrap {
  display: flex;
  gap: 36px;
}

.authen-image-block {
  width: 100%;
}

.authen-image-block img {
  width: 100%;
  aspect-ratio: 1/1
}

.authen-block {
  padding: 36px 0px;
  width: 100%;
  min-width: 500px;
  max-width: 500px;
}

.remember-block {
  display: flex;
  grid-gap: 8px;
  align-items: center;
  line-height: 14px;
  font-size: 14px;
  font-weight: 300;
  color: #aaaaaa;
}

.authen-image {
  width: auto;
  height: 80px;
}

.wr42-description-text {
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .authen-image-block {
    display: none;
  }

  .authen-block {
    padding: 36px 24px;
    margin: auto;
    min-width: 300px;
    max-width: 480px;
  }

  .wr42-text-input-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .wr42-text-input-block-title {
    font-size: 14px;
  }

  .wr42-authen-page-margin-left {
    margin-left: 0px !important;
  }

}
