/* It's better to link from the HTML side, but based on Iswavle code editor, have to import here. */

@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
  margin: 0;
  padding: 0;
}

main form.container-sm {
  max-width: 780px;
}

main form .input-group-text {
  cursor: pointer;
}

main form .input-group-text i {
  transition: 0.5s ease;
}

main form .input-group-text:hover {
  color: var(--bs-blue);
}

main form .icon {
  padding-right: 0.5rem;
}

.bi-x-lg {
  color: red;
}

.bi-check-lg {
  color: green;
}