* {
  font-family: "Poppins";
  font-size: 14px;
  scrollbar-width: none;
  scrollbar-color: #888 #f1f1f1;
}

.form-floating {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}

.form-floating input {
  padding-left: 3rem !important;
  padding-right: 3.4rem !important;
}

.form-floating label {
  padding-left: 3.4rem;
}

.form-floating > .form-control {
  padding: 1rem 3rem;
}

a:hover {
  color: #2574b9;
}

.form-floating .form-control-icon {
  position: absolute;
  left: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}

.form-floating .toggle-password {
  position: absolute;
  right: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6c757d;
  font-size: 1rem;
  z-index: 1;
}

.form-control {
  border-radius: 0.75rem;
  border: 1px solid #e6eaed;
}

.btn {
  border-radius: 50px;
}

.app-logo {
  max-width: 110px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

h5 {
  font-weight: 550 !important;
  margin: 0 !important;
  font-size: 15px;
}

p {
  margin-bottom: 0 !important;
  font-weight: 200 !important;
}

.modal-content {
  padding: 15px 30px;
  border-radius: 25px;
  height: auto;
}

.modal-footer {
  border-top: 0;
}

.dropdown-menu li:last-child a {
  border-bottom: none !important;
}

.page-headings {
  margin-bottom: 0px !important;
}

h2.page-heading-content {
  /* font-weight: bold; */
  font-size: 25px;
  color: #267ab3;
  margin-left: 10px !important;
  margin-bottom: 0px !important;
}

.card {
  padding: 20px 25px !important;
}

.form-floating .form-control-icon-top {
  position: absolute;
  left: 1.3rem;
  top: 25%;
  transform: translateY(-50%);
  color: #6c757d;
}
