
@font-face {
    font-family: "SamsungOne";
    src: url(font/SamsungOne-400.ttf);
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Samsung";
    src: url(Font/samsungsharpsans-medium.otf);
    font-weight: normal;
    font-style: normal;
  }
  
  * {
    margin: 0;
    padding: 0;
    font-family: "Samsung", sans-serif;
  }
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    color: #fff;
    padding: 5px 5px;
}
.navbar a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0 15px;
}
.logo img {
    height: 50px;
}
.navbar img {
    margin-right: 4px;
    margin-left: 4px;
}



.navbar ul {
    list-style: none;
    display: flex;
}



.login h1{
    font-size: 26px;
    margin-left: 600px;
    margin-top: 60px;
}
.login h3{
    font-size: 20px;
    margin-left: 450px;
    margin-top: 40px;
 }

.nav-search-input{
    border: none;
    outline: none;
    width: 100%;
    margin-left: 380px;
    margin-top: 40px;
}
.login hr{
    border: none;
    height: 1px;
    background: #242020;
    width: 520px;
    margin-left: 380px;
}
.checkbox-container {
  margin-left: 400px;
}

input[type="checkbox"] {
  align-self: flex-start; /* Aligns the checkbox at the start of the container */
}

label {
 /* Space between the checkbox and the label */
  font-size: 13px;
  color: #000;

}

.description {
  font-size: 13px;
  color: #000;
  margin-top: 2px; /* Space between the label and the description text */
}
.but1 {
    padding: 10px 20px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    margin-top: 80px;
    margin-left: 470px;
    height: auto;
    width: 25%;
    cursor: pointer;
}

.but2 {
    padding: 10px 20px;
    background-color: rgb(7, 121, 228);
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    margin-top: 30px;
    margin-left: 470px;
    width: 25%;
    cursor: pointer;

  }
    
.but3{
    margin-left: 315px;
    font-size: 13px;
    color: #000;
    margin-top: 20px;
}
.but4{
    margin-left: 834px;
    font-size: 13px;
    color: rgb(7, 121, 228);
    margin-top: -16px;
}
.login1 hr{
    margin-top: 30px;
}
#footer-table{
    width: 100%;
    display: inline-table;
    margin-inline-start: 5%;
    margin-inline-end: 5%;
    margin-top: 50px;
  }
  #footer-table .text1{
   font-size: 14px;
   color: #000;
   margin-left: 50px;
  }
  
  #footer-table tr{
    position: relative;
  }
  
  #footer-table td{
    padding-bottom: 5px;
    font-size: 11px;
    left: 4%;
    border-left: 1px solid lightgrey;
    gap: 6px;
  
  }
  
  #footer-table td:first-child{
    border-left: 0;
  font-size: 11px;
  
  }
  
  #footer-table tr:first-child{
    border-top: 1px solid lightgrey;
    font-size: 11px;
  
  }
  
  #footer-table tr:last-child{
    border-bottom: 1px solid lightgrey;
    font-size: 11px;
  
  }
  
  #footer-para{
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 11px;
    gap: 5px;
    color: #4b4848;
  
  }
  
  #foot .flexx{
    font-size: 11px;
    display: flex;
    margin-top: 40px;
    gap: 20px;
    color: #4b4848;
  
  }
  #foot .flexx1{
    font-size: 11px;
    display: flex;
    gap: 20px;
    margin-top: -5px;
    color: #4b4848;
  margin-left: 850px;
  }
  
  
  ul{
    list-style-type: none;
  }
  
  ul i{
    font-size: 20px;
  }
  