@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: 'Kanit','Poppins', sans-serif;
    font-size: 15px; 
}
  
  .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;
  
  }

.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(0, 0, 0, 1);

}

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

.backbody-1{
  /* border: 1px solid red ; */
  width: 70%;
  height: 100%;
  background-color: rgb(0, 0, 0, 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(0, 0, 0, 1);
  text-align: center;
  vertical-align: middle;
  margin-top: 50px;
 
}

.d-grid button:hover{
  background-color:rgb(255, 217, 92);
  color: black;
  background-color:rgb(255, 217, 92);
}
.logo{
  font-family:'Poppins';
  font-size: 25px;
  font-weight: 800;
  color:black;
  margin-left: 10px;
}