
input.toolbar-login {

      border-radius: 25px;
      border: 1px solid #73AD21;
      padding: 3px;
      width: 75px;
      height: 17px;
  }

button.register {

     border-radius: 25px;
      border: 1px solid #73AD21;
      padding: 3px;
      width: 75px;
      height: 26px;
      background: white;
}

input.toot {


    border: 2px solid #ccc; /* Border color */
    background: #f9f9f9; /* Background color */
    padding: 0.25px; /* Padding inside the input */
    box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.5), 
                inset -1px -1px 2px rgba(0, 0, 0, 0.1); /* Inner shadow for bevel effect */
    width: 200px; /* Width of the input */
  }




/*.image-container { */
.langing_thumbnail {
  width: 80px;
  height: 90px;
  border: 1px solid black;
  margin-bottom: 25px;
}


/* merge with img.thumb for better dynamic image thumb view   */
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

img.thumb {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  /* width: 75px; */  /* Set a small width */


  width: 75px;;
  height: 75px;
  /*object-fit: scale-down; */
  object-fit: cover;
  
}

img.thumb:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

