.taraheto {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  background: #121212;
  min-height: 100vh;
  box-sizing: border-box;
  font-family: var(--e-global-typography-primary-font-family);
}

.taraheto .title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.taraheto-login {
  background: #1e1e1e;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 30px 35px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.7);
  width: 100%;
  max-width: 360px;
}

.taraheto-login-form {
  text-align: center;
}

.taraheto-label {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
  color: #f0f0f0;
  font-size: 15px;
  letter-spacing: 0.03em;
}

.taraheto-input {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1.5px solid #444;
  border-radius: 10px !important;
  background: #2a2a2a;
  color: #eee;
  box-sizing: border-box;
  margin-bottom: 0;
  transition: border-color 0.3s, background-color 0.3s;
}

.taraheto-input::placeholder {
  color: #999;
}

.taraheto-input:focus {
  border-color: #ffffff;
  background-color: #333;
  outline: none;
  box-shadow: 0 0 8px #ffffffaa;
}

.taraheto-button {
  width: 100%;
  padding: 12px;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgb(177 177 177 / 60%)
}

.taraheto-button:hover,.taraheto-button:focus  {
  background-color: #303f9f !important;
  box-shadow: 0 6px 18px rgb(48 63 159 / 0.8);
}

@media (max-width: 480px) {
  .taraheto {
    padding: 40px 16px;
  }

  .taraheto-login {
    padding: 24px 20px;
    margin: 0;
  }

  .taraheto .title {
    font-size: 20px;
  }
}

.taraheto-button {
    margin-top: 20px;
}
	.google-login-button {
    display: flex;
    gap: 10px;
    text-align: center;
    width: 100%;
    justify-content: center;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
    color: #000000;
	margin: 5px 0;
}
.taraheto-button {
    background-color: unset !important;
	background-image: linear-gradient(90deg, #EA580C 0%, #ff9800 100%);
    color: rgb(255 255 255) !important;
    box-shadow: 0 4px 12px rgb(0 0 0) !important;
}
.taraheto-button {
    margin-top: 10px !important;
}
.login-email {
    display: flex;
    gap: 10px;
    text-align: center;
    width: 100%;
    justify-content: center;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
    color: #000000;
    margin: 10px 0;
}
.google-login-button .icon {
    display: flex
;
    align-items: center;
}
.taraheto-button:hover, .taraheto-button:focus {
    background-color: unset !important;
    box-shadow: unset !important;
}