<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Roboto:300");

/* Utility */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background-color: #181818;
  color: #fff;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

.para-style {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.3rem;
}

/* Button */
.primary-btn {
  padding: 0.7rem 1rem;
  height: 2.7rem;
  display: block;
  border: 0;
  border-radius: 2px;
  font-weight: 500;
  background: #01916d;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
}

.primary-btn:hover {
  background: #03c595;
  transition: all 0.5s;
}

.secondary-btn {
  padding: 0.7rem 1rem;
  /* height: 2.7rem; */
  display: block;
  border: 1px solid #f4f4f4;
  border-radius: 2px;
  font-weight: 500;
  background: none;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  /*  */
  line-height: 1.3rem;
  margin-top: 20px;
  transition: all 0.5s;
}

.secondary-btn:hover {
  border-color: #03c595;
  color: #03c595;
}

.cancel-btn {
  padding: 0.7rem 1rem;
  width: 100%;
  display: block;
  border: 1px solid #f4f4f4;
  border-radius: 2px;
  font-weight: 500;
  background: none;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  /*  */
  line-height: 1.3rem;
  margin-top: 20px;
  transition: all 0.5s;
}

#signin .page-headings {
  margin-bottom: 1rem;
  color: #03c595;
}

.grey-box {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 2px;
  background: #181818;
  border: 1px solid #555;
  color: #ccc;
  padding: 0.5rem 1rem;
  line-height: 1.3rem;
  font-size: 1rem;
}

/*********** Start ***********/

#wrapper {
  display: flex;
  flex-direction: row;
}

#left {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

#right {
  flex: 1;
}

/* Sign In  */
#signin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-bottom: 1rem;
}

#signin form {
  width: 80%;
  padding-bottom: 3rem;
}

#signin .logo {
  margin-bottom: 8vh;
}

#signin .logo img {
  width: 150px;
}

#signin label {
  font-size: 0.9rem;
  line-height: 2rem;
  font-weight: 500;
}

#signin .text-input {
  margin-bottom: 1.3rem;
  width: 100%;
  border-radius: 2px;
  background: #181818;
  border: 1px solid #555;
  color: #ccc;
  padding: 0.5rem 1rem;
  line-height: 1.3rem;
}

#signin .primary-btn {
  width: 100%;
}

#signin .secondary-btn,
.or,
.link {
  width: 60%;
}

#signin .links a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 0.9rem;
}

#signin .or {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.2rem;
  align-items: center;
}

#signin .or .bar {
  flex: auto;
  border: none;
  height: 1px;
  background: #aaa;
}

#signin .or span {
  color: #ccc;
  padding: 0 0.8rem;
}

/* Footer */
#main-footer a:hover {
  color: #03c595;
}

#main-footer {
  color: #ccc;
  text-align: center;
  font-size: 0.8rem;
  max-width: 80%;
  padding-top: 5rem;
}

#main-footer a {
  color: #ccc;
  text-decoration: underline;
}

/* Showcase */
#showcase {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/hero1.jpg) no-repeat center center / cover;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  height: 100vh;
  text-align: center;
}

#showcase .showcase-text {
  font-weight: 700;
  font-size: 3rem;
  width: 100%;
  color: #fff;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

#signin .links a:hover {
  color: #03c595;
}

#showcase .showcase-message-box {
  width: 100%;
  margin: auto;
  background: #03c595;
  padding: 0.7rem 1rem;
  display: block;
  border: 1px solid #f4f4f4;
  border-radius: 2px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.3rem;
  margin-top: 20px;
  transition: all 0.5s;
}

/* Our Story */

#signin .ourstory {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 2px;
  background: #181818;
  border: 1px solid #555;
  color: #ccc;
  padding: 0.5rem 1rem;
  line-height: 1.3rem;
  font-size: 1rem;
}

span.white-text {
  color: #f4f4f4;
  font-size: 1.1rem;
  font-weight: bold;
}

/* Forgot Password */
.forgot-password-text {
  text-align: center;
}

/* Confirm email*/
.confirm-email-text {
  margin: 1rem;
  text-align: left;
  width: 100%;
}

.confirm-email-text p {
  margin-bottom: 0.5rem;
  text-align: left;
}

.confirm-email-text a {
  color: #03c595;
}

#loading-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(35, 189, 90, 0.8);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 2000;
}

.spinner {
    border: 5px solid #f3f3f3; /* Light grey background */
    border-top: 5px solid #3498db; /* Blue color */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

/* Center-align the "Please wait..." text within the spinner */
.spinner p {
    margin-top: 80px; /* Adjust the margin as needed for vertical spacing */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
</pre></body></html>