@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root{
    --viwe_contact_bg:rgba(0, 109, 105, 1);
    --viwe_contact_font:rgb(255, 255, 255);
    font-family: 'Poppins','Kanit', sans-serif;
    font-size: 15px; 
}

  

  
  .backbody{
    /* border: 1px solid red ; */
    width: 1140px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
   
  }
  
  
  .backbody-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .input-group input {
    height: 45px; 
    border-color:rgb(219, 219, 219);
     border-radius: 0; 
     font-weight: 300; 
     font-family: 'Poppins','Kanit';
  }
  .input-group select {
    height: 45px; 
    border-color:rgb(219, 219, 219);
     border-radius: 0; 
     font-weight: 300; 
     font-family: 'Poppins','Kanit';
  }
.input-group span{
  font-size: 15px;
  color: goldenrod;
  background-color: black;
  width: 45px;
}

  
  .d-grid button{
    font-weight: 500;
    font-size: 15px;
    font-family: Poppins;
    border-radius: 0; 
    height: 50px;
  }


  
  
  .swal2-html-container{
    font-weight: 200; 
     font-family: 'Poppins','Kanit';
     font-size: 12px;
  
  }
  
  



  
.wifi-titel{
  
  height: auto;
  background-color: rgba(44, 44, 44, 1);
  display: flex;
  justify-content: start;
  align-items: end;
  
}
.wifi-titel-body{
  
 
  height: auto;
  margin-left: 10px;
  font-weight: 400;
  font-family: 'Lalezar','Kanit', sans-serif;
  color: rgba(149, 149, 149, 1);
  font-size: 1.5rem;
  margin-left: 10%; 
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;

}
.wifi {
 
  height: 100px;
  background-color: rgba(44, 44, 44, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.wifi-body{
  
  width: 18%;
  height: 70px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: black;
  border-radius: 10px;
  transition: background-color 0.6s;

}
.wifi-body:hover{
  
  width: 18%;
  height: 70px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: rgba(181, 142, 2, 1);
  border-radius: 10px;
  cursor: pointer;
  .i-con{
    color: black;
  }
  .i-body{     
    color: black;
  }
  .i-detel{
    color: black;
  }
  

}


.i-con{
  display: flex;
  justify-content: center;
  color: rgb(240, 216, 0);
  font-size: 1.5rem;
  margin-top: 15px;
  transition: color 2.4s;
  
}
.i-body{
  display: flex;
  height: 30px;
  justify-content: center;
  color: rgba(227, 227, 227, 1);
  font-size: 1rem;
  font-family: Kanit;
  font-weight: 300;
  margin-top: 5px;
  /* border: 1px solid red ;*/
  

}
.i-detel{
  display: flex;
  justify-content: center;
  color: rgba(227, 227, 227, 1);
  font-size: 0.8rem;
  font-family: Kanit;
  font-weight: 200;
  margin: 10px;
  

}
.i-botton{
  display: flex;
  justify-content: center;
  color: rgba(227, 227, 227, 1);
  font-size: 1rem;
  font-family: Kanit;
  font-weight: 200;
  
}




  /* loginhome */

.boxlogin{
  height: 94vh ;
  display: flex;
  justify-content: center;

  /*  border: 1px solid red ;   */
}

.backend{
  /* border: 1px solid red ; */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  /*background: linear-gradient(135deg, rgba(138, 137, 137, 1), rgba(4, 4, 4, 1));*/
  background-color: rgb(2, 49, 58,0.8);

}


.backbody-1{
  /* border: 1px solid red ; */
  width: 70%;
  height: 100%;
  background-color: rgb(2, 49, 58,1);
  display: flex;
  justify-content: center;
  align-items:start;
  border-radius: 10px;
  
  
}

.backbody-2{
  /* border: 1px solid red ; */
  width: 500px;
  height: auto;
  background-color: rgb(2, 49, 58,1);
  text-align: center;
  vertical-align: middle;
  margin-top: 50px;
 
}

.d-grid button:hover{
  background-color:rgb(60, 132, 240);
  color: black;
  border-color: rgb(60, 132, 240);
}

  /************************************************ 480px ********************************************************/
@media screen and (max-width: 480px){
 
 

  :root{
    margin: 0;
    padding: 0;
}
  .boxlogin{
    height: 100vh ;
    display: flex;
    justify-content: center;
     /*border: 1px solid red ; */
  }

  
  .backend{
    border: 1px solid rgb(0, 217, 255) ;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    /*background: linear-gradient(135deg, rgba(138, 137, 137, 1), rgba(4, 4, 4, 1));*/
    background-color: rgb(2, 49, 58,0.8);
  
  }

  .backbody-1{
    /* border: 1px solid red ; */
    width: 70%;
    height: 100%;
    background-color: rgb(2, 49, 58,1);
    display: flex;
    justify-content: center;
    align-items:start;
    border-radius: 10px;
    
  }

  .backbody-2{
    border: 1px solid red ;
    width: 500px;
    height: auto;
    background-color: rgb(58, 2, 2);
    text-align: center;
    vertical-align: middle;
    margin-top: 50px;
    flex-direction: column;
   
  }


  .backbody{
    border: 1px solid red ; 
    width: 1140px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   
  }


  .input-group input {
    
    height: 45px; 
    border-color:rgb(219, 219, 219);
     border-radius: 0; 
     font-weight: 300; 
     font-family: 'Poppins','Kanit';

  }
  .input-group select {
    height: 45px; 
    border-color:rgb(219, 219, 219);
     border-radius: 0; 
     font-weight: 300; 
     font-family: 'Poppins','Kanit';
  }
.input-group span{
  font-size: 15px;
  color: goldenrod;
  background-color: black;
  width: 45px;
}

  
  .d-grid button{
    font-weight: 500;
    font-size: 15px;
    font-family: Poppins;
    border-radius: 0; 
    height: 50px;
  }




}

