/* Login Page*/
.login-page,
.login-page * {
  box-sizing: border-box;
}

.login-page {
  background: #ffffff;
  height: 1080px;
  position: relative;
  overflow: hidden;
}

.logo-rodape {
  width: 257px;
  height: 258px;
  position: absolute;
  left: -30px;
  top: 180px;
  overflow: visible;
  aspect-ratio: 257/258;
}

.entre-no-hirly-e-explore-oportunidades {
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  position: absolute;
  left: 657px;
  top: 346px;
  width: 606px;
  height: 41px;
}

.entre-no-hirly-e-explore-oportunidades-span {
  color: #000000;
}

.entre-no-hirly-e-explore-oportunidades-span2 {
  color: #790ce6;
}

.bot-o-login {
  background: #790ce6;
  border-radius: 35px;
  padding: 17px 69px 14px 70px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 56px;
  position: absolute;
  left: 868px;
  top: 786px;
}

.explorar {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 24px;
  line-height: 121.07%;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Login Page */
.login-page {
  background: linear-gradient(135deg, rgba(121, 12, 230, 0.05) 0%, rgba(121, 12, 230, 0.02) 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.login-left,
.login-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.login-left .logo-topo {
  width: 200px;
  height: auto;
  opacity: 0.6;
}

.login-center {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  background: rgba(121, 12, 230, 0.05);
  border-radius: 20px;
  padding: 60px 40px;
  max-width: 500px;
  margin: 0 40px;
}

.logo-login {
  height: 100px;
  width: auto;
}

.login-title {
  font-family: "Inter-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  margin: 0;
  line-height: 1.3;
}

.login-title .highlight {
  color: #790ce6;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.forgot-password {
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  color: #626262;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s ease;
}

.forgot-password:hover {
  color: #790ce6;
}

.divider {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  color: #626262;
  margin: 10px 0;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e0e0e0;
}

.social-login {
  display: flex;
  gap: 15px;
  justify-content: center;
  width: 100%;
}

.social-icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

.login-right .logo-rodape {
  width: 200px;
  height: auto;
  opacity: 0.6;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.form-input {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 14px 16px;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  color: #3c3a3a;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-input::placeholder {
  color: #000000;
  opacity: 0.4;
}

.form-input:focus {
  outline: none;
  border-color: #790ce6;
  box-shadow: 0 0 0 3px rgba(121, 12, 230, 0.1);
}

.btn-entrar {
  background: rgba(121, 12, 230, 0.05);
  border: none;
  border-radius: 20px;
  padding: 10px 30px;
  color: #000000;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-entrar:hover {
  background: rgba(121, 12, 230, 0.1);
}

.btn-explorar {
  background: #790ce6;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 16px 40px;
  font-family: "Inter-Regular", sans-serif;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
  transition: background-color 0.3s ease;
}

.btn-explorar:hover {
  background: #6a0cc0;
}

.btn-login {
  background: #790ce6;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 16px 40px;
  font-family: "Inter-Regular", sans-serif;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 10px;
}

.btn-login:hover {
  background: #6a0cc0;
  transform: translateY(-2px);
}

.btn-login:active {
  transform: translateY(0);
}