body{
    font-family: 'Anuphan', sans-serif;
    color: #FFF !important;
    background-image: url(images/bg.png);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
img{
    max-width: 100%;
    height: auto;
}
/*.navbar{position: fixed; width: 95%; color: #fff; z-index: 1;}*/
.section-banner{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(images/bg_top.png);
}
.header{ margin-top: 140px;  }
.header > p { font-size: 1.1rem; font-weight: 500; }
.text-highlight{ font-size: 20px; font-weight: 700; color: #FF81BE; }
.nav-link { font-family: 'Anuphan', sans-serif; color: #FFF !important;}
.space {  padding: 10px 50px 0px 50px;}
.condition{font-size: 0.8rem;}
.h5, h5 { font-size: 1rem !important;}
.btn-submit{ background-color: #FF81BE; color: #FFF; border-radius: 50px;}
.btn-submit:hover {
    color: #FFF;
    background-color: #ff4ca3;
    border-color: #FF81BE;
}
.form-control{ border-radius: 50px; }
.section-login,.section-data, .footer{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(images/bg_bottom.png);
}
p{
    max-width: 100%;
    height: auto;
}
.text-submit { font-size: 14px; }
.text-error { color: #FF4A4A; }
.text-remark{ font-size: 14px; padding-top: 10px;}
.text-show{ background-color: #000; border: 0; color: #fff; }
.text-count:disabled, .text-count[readonly] {background-color: #FFF;opacity: 1;}
.text-show:disabled, .text-show[readonly] {background-color: #000;opacity: 1;}
#navbar {
  overflow: hidden;
  /*background-color: #f1f1f1;*/
  padding: 1.5rem;
  color: #FFF;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

#navbar a {
  float: left;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 16px; 
  line-height: 25px;
  border-radius: 4px;
}

#navbar-right {
  float: right;
}

@media screen and (max-width: 580px) {
  #navbar {
    padding: 20px 10px !important;
    background-color: #00000052;
  }
  #navbar a {
    float: none;
    display: block;
    text-align: left;
  }
  #navbar-right {
    float: none;
    margin-left: 15px;
    margin-top: 10px;
  }
