html, body, #app {
    height: 100%;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Favicon styles */
.favicon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex-shrink: 0;
}

.bookmark-list .bookmark-item {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.bookmark-list .bookmark-item:last-child {
    border-bottom: none;
}