.auth-container {
  display: flex;
  flex-direction: column;
  gap: 12px; 
  padding-top: 16px;
  padding-bottom: 16px;
  /* max-width: 641px; */
  max-height: 500px;
  width: 66.666667%;
  flex: 1 1 0%;
}

.sso-buttons-container {
max-height: 200px;
display: flex;
flex-direction: column;
align-items: center;
gap: 5%;
width: 100%;
padding-left: 12.5%;
padding-right: 12.5%;
}

.sso-button-box {
    max-width: 320px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  aspect-ratio: 7 / 1;
  background: #E1F2FF;
    width: 100%;
    box-sizing: border-box;
    flex: 1 1 0%;
    border-radius: 0.75rem;
    padding: 0.25rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sso-button-box:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 255 / var(--tw-bg-opacity));
}

.auth-form-inputs {
    max-width: 320px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  aspect-ratio: 7 / 1;
  border: 3px solid #EDEDED;
  width: 100%;
  box-sizing: border-box;
  flex: 1 1 0%;
  border-radius: 0.75rem;
  padding: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}

.auth-button {
  max-width: 320px;
  aspect-ratio: 8 / 1;
  background: #3C74D5 !important;
  color: white;
  letter-spacing: 0.05em;

  width: 100%;
  box-sizing: border-box;
  flex: 1 1 0%;
  border-radius: 0.75rem;
  font-weight: 700;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.auth-button:hover {
  opacity: 0.5;
}

.sso-button {
  display: flex;
  flex-direction: row;
  width: 127.19px;
  max-width: 20rem;
  align-items: center;
  gap: 0.75rem;
  justify-self: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}


.sso-icon {
  height: 1.25rem;
  width: 1.25rem;
}


.sso-label {
  font-weight: 400;
  color: #838383;
  direction: ltr;
}



.or-divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;


}

.or-line {
  flex-grow: 1; /* משלים את הרווח */
  height: 0.5px;
  background-color: #9D9D9D;
  max-width: 250px;
}

.or-text {
  font-family: 'Assistant';
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #9D9D9D;
  font-size: 1rem;
  line-height: 1.5rem;
}

