<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: #02BDD5;
}

.sign-in-btn {
  border-radius: 20px !important;
  height: 40px;
  font-family: "MuseoSans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
  height: 40px;
  width: 238px;
  margin-top: 10px;
}

#loginForm {
  max-width: 390px;
  margin-bottom: 24px;
}

#loginForm input {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 8px;
  height: 50px;
}

.sign-in-btn {
  background: white;
  font-size: 16px;
  color: #F7931F;
}

.sign-in-btn:hover {
  background: #cccccc;
}

/* smaller phones */
/* smaller than sm tablet */
@media (max-width: 767px) {
  #loginForm {
    margin: 0 auto;
  }
}

/* between sm tablet and md desktop */
/* between md and lg desktop */
/* above lg desktop */
</pre></body></html>