body {
    font-family: "Inter", "Kanit", "Sarabun", sans-serif;

    background: url("/assets/images/background/app_bg.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}
.btn {
  font-family: "Inter", "Kanit", "Sarabun", sans-serif;
}

.kanit {
    font-family: "Kanit", sans-serif !important;
}

.sarabun {
    font-family: "Sarabun", sans-serif !important;
}

.cover-page {
    z-index: -1;
    position: relative;
    top: 0;
    margin-top: -60px;
}

.cover-page-2 {
  z-index: -1;
  position: relative;
  top: 0;
  margin-top: -200px;
}

.term_of_use_and_policy_link {
    border-bottom: 2px solid transparent;
}

.term_of_use_and_policy_link:hover {
    color: #024284;
    border-bottom: 2px solid #024284;
}
