


    .center-box {
      padding: 5% 12% 7% 9%;
      background-image:url('../images/Frame_Login.png');
      background-size:100% 100%;
    }
    .modal-content {
      background-color: rgba(0, 0, 0, 0.9);
      border: 3px solid green;
    }

    .responsive {
      width: 100%;
      height: auto;
    }

    .bgimage1 {
      width: 350px;
      position: absolute;
      bottom: -5%;
      left: 5%;
      z-index: -99;
    }

    .bgimage2 {
      width: 350px;
      position: absolute;
      bottom: -12%;
      right: 5%;
      z-index: -99;
    }

    .logheader {
     
      color: white;
      font-weight: bold;
      font-size: 25px;
      margin-bottom: 1em;
		margin-top: 10px;
      padding-bottom: 12px;
    }

    .btnimg {
      height: 65px;
    }

    @media only screen and (max-width: 600px) {
      .center-box {
        padding: 5% 10% 7% 10%;
      }

      .bgimage2 {
        width: 150px;
      }

      .logoimg {
        width: 180px;
      }

      .loginimg {
        width: 30%;
      }

      .logheader {
        margin-bottom: 0;
      }

      .btnimg {
        height: 50px;
      }
    }




body {
  background: #0e0e0e;
  background-image: url("../images/SA.png");

  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media only screen and (max-width: 1100px) {
  body {
    width: 100vw;
    height: 100vh;
    background-image: url("../images/SA.png");
    background-size: cover;
    background-position: left bottom;
  }
}

.div-center {
  width: 600px;
  height: 700px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 5%;
  text-align: center;
  /* border: 3px solid #cc9933; */
  /* background: rgba(0, 0, 0, 0.3); */
}

@media only screen and (min-width: 700px) {
  .div-center {
    height: 800px;
  }
}

a:link {
  color: Khaki;
  text-decoration: none;
}

a:visited {
  color: Khaki;
  text-decoration: none;
}

a:hover {
  color: Khaki;
  text-decoration: none;
}

a:active {
  color: Khaki;
  text-decoration: none;
}


  .modal-content {
    background-color: rgba(0, 0, 0, 0.9);
    border: 3px solid #c69d41;
  }


body{
  font-family: 'Kanit', sans-serif;
}