:root {
  --orangePrimary: hsl(27, 99%, 44%);
}

.imgHeader {
  max-width: 100%;
}

.swal2-title {
  font-size: 12px !important;
}

#show-password:hover {
  cursor: pointer;
}

.btn-bg {
  background-color: var(--orangePrimary);
}

.cardHead {
  border-top: .3rem solid var(--orangePrimary);
}