@font-face {
    font-family: THSarabun;
    src: url(../../fonts/THSarabunNew.ttf);
  }
  
  @font-face {
      font-family: THSarabun;
      font-weight: bold;
      src: url(../../fonts/THSarabunNewBold.ttf);
  }
  
  body{
      font-family: THSarabun !important;
      font-size: 18px;
      background-color: #FCFCFC;
  }
  .card{
      background-color: #FFFFFF;
  }
  .justify-content-center{ margin-top: 6%}
  
  input[type="text"], input[type="password"] { font-size:20px;}
  .btn-custom{ background-color: #329DFF !important; color:#fff !important; font-size: 20px !important; padding: 6px 25px 6px 25px}
  .btn-custom:hover { background-color: #0464bd; color:#fff;}
  
  .footer {
      position: absolute;
      bottom: 0;
      border-bottom: 8px solid #2898CA;
      width: 100%;
    }
  .footer .text{ text-align: center; }
  .footer-image {position: absolute; bottom: 2%; right: 2%;}
  .footer-image img{ width: 85px;}
  