
#auth-modal {
  border-radius: 16px;
  background-color: white;
  width: 668px;
  height: fit-content;
  padding: 3rem 4rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

a.oauth-google:link,
a.oauth-google:visited {
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid black;
  border-radius: 24px;
  padding: 8px 16px;
  margin-top: 32px;
  height: 40px;
  width: 100%;
  position: relative;
  transition: all 0.2s ease;
}

a.oauth-google:hover,
a.oauth-google:focus {
  background-color: rgb(245, 245, 245);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

.h-g {
  height: 24px;
  position: absolute;
  left: 16px;
  top: 6px;
}


.auth-divider {
  height: 1px;
  background-color: #e8e8e8;
  width: 84%;
  position: relative;
  z-index: 1;
  margin: 36px 0px;
}

.auth-other {
  padding: 0px 16px;
  background-color: white;
  z-index: 3;
  position: absolute;
  text-align: center;
  color: #7a7a7a;
  font-weight: 600;
}


#auth-form {
  width: 100%;
  position: relative;
}

.auth-in {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 40px;
  border: 2px solid #d1d5db;
  border-radius: 24px;
  padding-left: 24px;
  font-size: 16px;
  transition: all 0.2s ease;
  background-color: white;
}

#auth-form-filler {
  height: 40px;
  max-height: 40px;
}

.errors-in {
  min-height: 28px;
  color: #ef4444;
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 600;
}

.labels-in {
  position: absolute;
  top: 8px;
  left: 24px;
  color: #7a7a7a;
  font-size: 18px;
  pointer-events: none;
  transition: all 0.2s ease;
}

.auth-in:hover {
  background-color: rgb(248, 249, 250);
  border-color: #9ca3af;
}

.auth-in:focus {
  border: 2px solid #096a2e;
  background-color: white;
  box-shadow: 0 0 0 3px rgba(9, 106, 46, 0.1);
}

.auth-in:focus + .labels-in,
.auth-in:not(:placeholder-shown) + .labels-in {
  top: -24px;
  color: #096a2e;
  font-weight: 600;
  font-size: 14px;
}

.auth-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  border: none;
  border-radius: 24px;
  height: 40px;
  width: 100%;
  background: linear-gradient(135deg, #096a2e 0%, #0a7d35 100%);
  color: white;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease;
  z-index: 8;
  box-shadow: 0 2px 8px rgba(9, 106, 46, 0.25);
  cursor: pointer;
}

.auth-submit:disabled {
  background: #d1d5db;
  border: none;
  cursor: not-allowed;
  transition: all 0.2s ease;
  box-shadow: none;
}

.auth-submit:disabled:hover {
  color: white;
  transform: none;
}

.auth-submit.send {
  bottom: -12px;
  font-weight: 600;
}

.auth-submit:hover:not(:disabled),
.auth-submit:focus:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(9, 106, 46, 0.35);
}

#mail-ico {
  margin-right: 8px;
  fill: white;
  transition: all 0.1s ease-in-out;
}

#mail-ico.hidden {
  display: none;
}

#strength-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0px;
  max-height: 32px;
  background-color: white;
  margin-bottom: 8px;
}

#strength-level {
  margin-top: 6px;
  height: 0px;
  max-height: 8px;
  width: 0;
  max-width: 90%;
  transition: width 0.5s ease;
  border-radius: 4px;
}

#strength-text {
  width: 100%;
  font-size: 16px;
  font-weight: 600px;
  margin-top: 2px;
  text-align: center;
}

#auth-err {
  margin-top: 16px;
  min-height: 32px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
  /* border: 1px solid black; */
}

a.auth:link,
a.auth:visited {
  text-decoration: none;
  color: #8ABE53;
}

a.auth:hover {
  text-decoration: underline;
}

#password {
  font-size: 24px;
}

/* .signup-and {
  margin: 0 8px;
} */

.signup-login {
  margin-top: 16px;
  height: 48px;
  justify-content: space-around;
}

.show-pass {
  border: none;
  height: 24px;
  width: 24px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  right: 8px;
  top: 8px;
  background-color: white;
  z-index: 8;
}

#pass-show-ico {
  display: block;
}

#pass-hide-ico {
  display: none;
}

a.login-forgot:link,
a.login-forgot:visited {
  font-size: "18px";
  color: var(--accent);
}

.trans-02 {
  transition: all 0.2s ease-in-out;
}








/******************************* BREAK POINTS ********************************/

@media (min-width: 320px) {

}

@media (min-width: 640px) {
  
}

@media (min-width: 768px) {
  
}

@media (min-width: 1024px) {
  .header-home {
    height: 80px;
    justify-content: space-between;
    align-items: center;
    padding: 4px 16px;
    flex-shrink: 0;
  }

  .search-bar-form {
    height: 44px;
    /* width: 504px; */
  }

  #search-bar {
    /* border-radius: 20px; */
    /* padding-left: 16px;
    padding-top: 3px; */
    color: var(--nav-link-selected);
  }

  #search-icon {
    /* top: 4px;
    right: 16px; */
    width: 24px;
    height: 24px;
  }

  .account-button-div {
    height: 40px;
  }

  #account-button {
    height: 40px;
  }

  .account-circle {
    height: 36px;
    width: 36px;
  }

  #account-menu {
    top: 40px;
    right: 40px;
    width: 100px;
    border-radius: 6px;
  }

  .auth-modal-na {
    height: 72px;
  }
}

@media (min-width: 1280px) {
  .header-home {
    height: 80px;
    justify-content: space-between;
    align-items: center;
    padding: 4px 16px;
  }

  .search-bar-form {
    height: 44px;
    /* width: 504px; */
  }

  #search-bar {
    /* border-radius: 20px; */
    /* padding-left: 16px;
    padding-top: 3px; */
    color: var(--nav-link-selected);
  }

  #search-bar::placeholder {
    font-size: 18px;
  }

  #search-icon {
    /* top: 4px;
    right: 16px; */
    width: 24px;
    height: 24px;
    /* fill: #E6E6E6; */
    /* stroke: #E6E6E6;
    fill: var(--dark-grey); */
  }

  .account-button-div {
    height: 40px;
  }

  #account-button {
    height: 40px;
  }

  .account-circle {
    height: 36px;
    width: 36px;
  }

  #account-menu {
    top: 40px;
    right: 40px;
    width: 100px;
    border-radius: 6px;
  }

  .auth-modal-na {
    height: 72px;
  }
}