<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">button[type="submit"] {
  opacity: 90%;
  background-color: #089eda;
  color: white;
  box-shadow: 2px 2px 2px rgba(85, 82, 82, 0.432);
}

button[type="submit"]:hover {
  opacity: 100%;
  color: white;
}

a {
  color: #178bcd;
}

#show-password-btn{
  opacity: 90%;
}

#show-password-btn:hover {
  opacity: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(182, 181, 181);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
</pre></body></html>