/* .loading-image {
  background-image: url("../../web/img/login-blur.jpg");
} */

/* .progressive-image {
  height: 100vh;
  opacity: 0.9;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
} */

/* .progressive-image div {
  height: 100vh;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
} */

/* .progressive-image .loading-image {
  filter: blur(5px);
} */

/* .progressive-image .overlay {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 200ms ease-in;
} */
main {
  background-color: rgb(201, 210, 252);
  background: linear-gradient(180deg, rgb(201, 210, 252), rgb(165, 179, 243));
}
.login-box-msg {
  font-family: "SaoChingcha", sans-serif !important;
}
body {
  font-family: "Anuphan", sans-serif !important;
  color: #495057 !important;
  /* font-size: 0.85rem !important; */
  /* background-color: #dfdfdf !important; */
  /* background-color: #f7f9fa !important; */
}

/* .bg-gradient-primary {
  background-color: #4e73df;
  background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
  background-size: cover;
} */

.btn-thaiid {
  color: #fff;
  background-color: #3b5998;
  border-color: #fff;
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 0.75rem 1rem;
}

#loginform-username.form-control,
#loginform-password.form-control,
#loginform-rememberme.custom-control-input {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
}
.btn.btn-primary.btn-user.btn-block {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 0.75rem 1rem;
}

.card-login {
  /* width: 240px;
  height: 360px; */
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 20px 10px rgba(255, 255, 255, 1);
  position: relative;
  overflow: hidden;
}

.card-login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.card-login::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}
