body {
  font-family: "Sarabun", sans-serif;
}
/* height: 100%;
    margin: 0; */

.bg {
  /* The image used */
  /* background-image: url('../images/bglogin.jpg'); */
  background: rgb(183, 119, 255);
  background: linear-gradient(
    0deg,
    rgba(183, 119, 255, 1) 0%,
    rgba(191, 238, 210, 1) 100%
  );
  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
