.emailRegistration_close {
  position: absolute;
  right: 6.53%;
  top: 5.40%;
  cursor: pointer;
}

.toggle-password-email {
  position: absolute;
  right: 10px;
  top: 54%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.eye-icon {
  width: 24px;
  height: 24px;
  position: relative;
}

.password-login {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 32px 0px;
}

.emailRegistrationModal {
  display: none; 
  position: fixed;
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); 
}

.emailRegistrationModal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #121212;
  padding: 40px 46px 48px 46px;
  border: 2px solid #212121;
  width: 360px;
  height: 488px;
  box-sizing: border-box;
  border-radius: 12px;
}


.emailRegistrationModal h2 {
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px; /* Отступ перед первой кнопкой */
  margin-top: 2px;
}
