html,
body {
  height: 100%;
}

body {
  margin: 0;
}

.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: 0;
}

.auth-card {
  backdrop-filter: blur(2px);
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #0f172a;
}

.dark .auth-card {
  background: #1e293b;
  border-color: #334155;
  color: #e2e8f0;
}

.auth-title {
  color: #334155;
  text-align: center;
}

.dark .auth-title {
  color: #e2e8f0;
}

.auth-card .form-floating > label {
  color: #64748b;
}

.dark .auth-card .form-floating > label {
  color: #94a3b8;
}

.auth-card .form-control {
  background: #ffffff;
  border-color: #cbd5e1;
  color: #0f172a;
}

.dark .auth-card .form-control {
  background: #111827;
  border-color: #475569;
  color: #f8fafc;
}

.auth-card .form-check label {
  color: inherit;
}

.form-signin > .text-center {
  margin-bottom: 1.25rem;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="text"] {
  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;
}

.form-control {
  border-radius: 1.25rem !important;
}

.form-signin .form-floating {
  margin: 1rem 0px;
}

.form-signin .btn-link {
  color: #2563eb;
  text-decoration: none;
}

.form-signin .btn-link:hover {
  text-decoration: underline;
}

.auth-sub-link {
  margin-top: 0.25rem;
}

input[type="checkbox" i] {
  margin: 0px 5px;
  vertical-align: middle;
}

/* Removing default styles for ul and li */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* Positioning the container of these elements to the top right */
.your-container-class {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  pointer-events: none;
  width: 0;
  height: 0;
  display: none;
}

/* Styling for the dropdown */
.dropdown-menu {
  min-width: 200px; /* or whatever width you prefer */
}

.navbar-icon {
  width: 40px;
  height: 40px;
}

@media (max-width: 640px) {
  .form-signin {
    max-width: 100%;
    padding: 0.5rem;
  }
}
