body{
    font-family: 'Kanit', sans-serif;
}


.soften-hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
th{
    text-align: center;
}
footer a{
    text-decoration: none;
}
footer a:hover{
    text-decoration: underline;
}


/*---------------------------------------------*/
a {
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}


.txt1 {
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
}

.txt2 {
  font-size: 13px;
  color: #333333;
  line-height: 1.5;
}

.txt3 {
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}



.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  
    background-color: #F2F2F2;
    opacity: 1;
    background-image:  radial-gradient(#444cf7 0.5px, transparent 0.5px), radial-gradient(#444cf7 0.5px, #F2F2F2 0.5px);
    background-size: 15px 15px;
    background-position: 0 0,10px 10px; 
    
}

.wrap-login100 {
  width: 400px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 55px 33px 55px;

  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-size: 25px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}
.login100-form-title i {
  font-size: 40px;
}




.tbl tr:hover td{
    background:#D6EAF8;
    color:000;
    transition:all 0.3s ease-in;
    curson:pointer;
}




    .header_text_div {
        margin-top:10px;
    }

    .header_text_div > .for_whom,
    .header_text_div > .comp{
        line-height:0.8;
    }

@media (max-width:860px){
    
    .header_text_div > .for_whom,
    .header_text_div > .comp{
        font-size:20px !important;
        line-height:1;
    }
    
}

@media (max-width:768px){
    
    /* header responsiveness code */
    .header_text_div {
        padding-top:8px;
        padding-bottom:8px;
        margin:0 auto;
        text-align:center !important; 
        
    }
    
    .logo_div{
        display: block;
        width:100% !important; 
        text-align:center !important; 
    }
    
    .logo_div img{
        max-width: 40px !important;
    }
    
    .header_text_div > .for_whom,
    .header_text_div > .comp{
        font-size:16px !important;
        line-height:0.8;
    }
    
}


@media (max-width:375px){
    .header_text_div > .for_whom,
    .header_text_div > .comp{
        font-size:12px !important;
        line-height:0.8;
    }
    
    .header_text_div > .for_whom{
        margin-top:2px;
    }
    
    .header_text_div > .comp{
    margin-bottom:2px;
    }
    
}
