body{
  background: #f4f4f4 !important; ;
}

.drag-area {
  height: 400px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: skyblue;
}

.table-area {
  border-radius: 12px;
  background: skyblue;
  color: white
}

.bg {
  height: 100vh;
  width: 100%;
  background-image: url(/images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  filter: blur(2px)
}

.loginForm {
  display: flex;
  flex-direction: column;
  padding: 12px;
  position: relative;
}

.loginCard {
  background: rgb(78, 78, 80, 0.9) !important;
  color: white;
  width: 450px;
  margin: 0 15px 0 15px;
}

.title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

.loginForm input {
  padding: 5px;
  margin: 5px 0 8px 0;
}

.loginForm input:focus {
  outline: none;
}

.loginForm label {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px 0;
}

.loginForm button {
  padding: 5px;
  font-size: 18px;
  border: none;
  background: #1DBE5E;
  border-radius: 8px;
  color: white;
  margin-top: 16px;
}

.drag-area .icon {
  font-size: 100px;
  color: white
}

.drag-area header {
  font-size: 20px;
  font-weight: 500
}

.drag-area span {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 15px 0;
}

.drag-area button {
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  border: none;
  outline: none;
  background: white;
  border-radius: 5px;
  cursor: pointer;
  color: rgb(55, 94, 167);
}
.image-gallery{
  margin:16px 0px;
}

.image-gallery img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border: 8px solid #e2e2e2;
  border-radius: 12px;
}

.image-gallery img:hover {
  cursor: pointer;
}

.container{
  margin:10px 0 10px 0;
}

.sharelink, .deletelink{
  text-decoration: none;
}