* {
  margin: 0;
  padding: 0;
}

.almost-auth-container {
  margin-top: 2rem;
}

.almost-message-container {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 464px;
  padding: 16px;
  display: flex;
  box-shadow: 0 4px 4px #00000014;
}

.almost-auth-title-container {
  justify-content: center;
  align-items: center;
  margin: 8px;
  display: flex;
}

.almost-auth-heading {
  color: #7D9CFF;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 16px;
}

.section-signup-form {
  height: auto;
  padding: 1rem 3rem 1rem;
  position: relative;
}

.auth-footer {
  grid-row-gap: 40px;
  background-color: #34374100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 270px;
  margin-top: auto;
  padding: 56px 4vw 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

label {
  color: black;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 500;
}

.font16 {
  color: black;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.137px;
}

.remember-me-label{
  font-weight: 400;
}

.error-input input,
.error-input select,
.error-input textarea {
  border: 2px solid #ff0000;
  animation: flash-border 2s linear;
}

@keyframes flash-border {
  0% { border-color: #ff0000; }
  50% { border-color: transparent; }
  100% { border-color: #ff0000; }
}


/* Login/Register */

.right-column {
  background-color: #B0C2FF;
  width: 50%;
  height: 100%;
}

.switch-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.no-account {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.137px;
  text-align: left;
  margin-bottom: 32px;

}

.form-wrapper {
}

.submit-button {
  width: 100%;
  max-width: 100%;
  height: 56px;
  background: #FF7E4B;
  font-family: Work Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.137px;
  text-align: center;
  border-radius: 32px;
  color: white;
  margin-bottom: 16px;
}



.auth-input {
  margin-bottom: 8px;
  width: 360px;
  height: 48px;
  padding-left: 16px;
  border: 1px solid #B8C8FF;
  background: #F5F7FF;
  border-radius: 8px;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  box-sizing: border-box;
}

.forgot-password {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.137px;
  text-align: center;
  color: #4B75FF;
  margin-bottom: 40px;
}


#id_remember{
  color: black;
  padding: 8px;
  margin-bottom: 16px;
}

.remember-checkbox{
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.137px;
  color: blue;
}



.google-login {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid lightblue;
  border-radius: 16px;;
  color: black;
  padding: 16px;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1371428519487381px;
  text-align: center;
  width: 429px;
  margin: 0 auto 16px;
}

.google-login span {
  display: flex;
  align-items: center;
}

.google-login span svg {
  margin-right: 10px;
}

.verify-email-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.verify-email-text-container{
  margin-top: 24px;
  padding: 36px;
}

.or{
  margin-bottom: 16px;
  text-align: center;
}

button:hover {
  cursor: pointer;
}

@font-face {
  font-family: 'Work Sans';
  src:url('WorkSans-VariableFont_wght.ttf') ;
}

@font-face {
  font-family: 'Clash Display';
  src:url('ClashDisplay-Medium.otf') ;
}


p{
  color:black;
}

button{
  background: none;
  border: none;
  
}

body {
  color: white;
  background: linear-gradient(to bottom,
      transparent,
      rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));
  padding: 0;
  margin: 0;
}


.switch-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}




.google-login{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid lightblue;
  border-radius: 16px;;
  color: black;
  padding: 16px;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1371428519487381px;
  text-align: center;
  width: 429px;
  margin: 0 auto 16px;
}

.google-login span {
  display: flex;
  align-items: center;
}

.google-login span svg {
  margin-right: 10px;
}

.left-wrapper {
  margin: 0 auto;
  max-width: 400px;
}



.verify-email-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.verify-email-text-container{
  margin-top: 24px;
  padding: 36px;
}




.smart-public-logo{
  width: 160px;
  height: 47px;
  margin-bottom: 64px;
}


.signup-switch{
  color: #4B75FF;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1371428519487381px;
  text-align: left;

}

.signup-text-3 {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 32px;
  color: red;
}


.signup-text-2{
  text-align: center;
  margin-bottom: 16px;

}

.signup-text-1 {
  font-family: Work Sans;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 8px;
}

.connections-text-1{
  font-family: Work Sans;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 8px;
  color: black;
}

.main-container {
  display: flex;
  width: 100vw;
  height: 100vh;
}

.left-column {
  height: 100vh;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  width: 50%;
  align-items: center;
}



.field-errors,
.non-field-errors {
  animation: flash 0.8s;
  width: 316px;  /* Match total input width (429px + 16px padding) */
  max-width: 445px;
  text-align: left;  /* Align text to the left */
  margin-left: 32px;
  margin-bottom: 8px;  /* Add space after error messages */
}

.errorlist {
  color: red;
  width: 100%;
  max-width: 430px;
  margin-bottom: 16px;
  list-style-type: none;
  padding: 0;
}

.error-message {
  color: #ff0000;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 4px;
}


@keyframes flash {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; }
}


@media (max-width: 888px) {
  .auth-input {
    width: 100%;
  }

  .almost-auth-container {
    margin-top: 1rem;
  }

  .auth-footer {
    display: none;
  }

  .main-container {
    flex-direction: column;
  }

  .submit-button {
    width: 100%;
    max-width: 400px;
  }

  .errorlist {
    max-width: 400px;
  }

  .right-column {
    display: none;
  }

  .left-column {
    width: 100%;
  }

  .left-wrapper {
    width: 90vw;
    margin: 0 auto;
    height: 100%;
  }

  .smart-public-logo {
    margin-bottom: 32px;
    margin-top: 32px;
  }

  .signup-text-1 {
    font-size: 28px;
  }

  .field-errors,
  .non-field-errors {
    width: 100%;
    max-width: 316px;
    margin-left: 0;
  }
}
