body {
  font-family: Arial, sans-serif;
  background-color: #121214;
  display: flex;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  text-align: center;
  max-width: 700px;
  width: 90%;
  padding: 20px;
  background-color: #121214;
  border-radius: 10px;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .login-container {
    background-color: #141417;
    padding: 40px 70px;
  }
}

.logo {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: none;
}

#welcome-lines {
  text-align: center;
  line-height: 1;
}

#welcome-line-1 {
  color: #00ff7f;
  font-weight: 600;
  font-size: 50px;
}

#welcome-line-2 {
  color: #ededed;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 35px;
}

#input-area {
  margin-top: 40px;
}

.custom-input {
  display: block;
  width: calc(100% - 50px);
  padding: 13px 10px;
  padding-left: 38px;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #999999;
}

.custom-input:focus {
  border-color: #00cc41;
  outline: none;
}

.custom-input::placeholder {
  color: #999999;
}

.input-container {
  position: relative;
  width: 100%;
}

.input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  color: #adadad;
  pointer-events: none;
  font-size: 23px;
}

.custom-button {
  position: relative;
  background-color: #00ff7f;
  color: #000000;
  border: 1px solid #00c160;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 30px;
}

.custom-button:hover {
  transition: all ease-in-out 0.3s;
  background-color: #05dd71;
  cursor: pointer;
}

.custom-button.loading-active {
  background-color: #ccc;
  cursor: not-allowed;
  padding: 12px 24px;
  transition: all 0.3s ease;
  border-color: #ccc;
}

.custom-button.loading-active:hover {
  background-color: #959595;
  border-color: #959595;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 24px;
  height: 24px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1.4s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.create-account-button {
  position: relative;
  background-color: transparent;
  color: #939393;
  border: 1px solid #939393;
  padding: 11px 74px;
  border-radius: 8px;
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
  width: 100%;
  font-weight: lighter;
  white-space: nowrap;
}

.create-account-button:hover {
  background-color: #28fa9b2a;
  border-color: #00ff7f;
  color: #fff;
}

.create-account {
  font-size: 15px;
  color: #7d7d7d;
  margin-top: 70px;
  line-height: 1.5;
  padding-bottom: 8px;
}

.fa-arrow-right {
  margin-left: 5px;
}

.custom-button.loading {
  background-color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}

.custom-button.loading i {
  display: inline-block;
  margin-left: 5px;
}

#bar {
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 28px;
  height: 8px;
  margin-left: -33px;
  background-color: #00ff7f;
  border-radius: 10px;
}

#bar:before,
#bar:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ececec;
  border-radius: 50%;
}

#bar:before {
  right: -20px;
}

#bar:after {
  right: -38px;
}

@media screen and (min-width: 769px) {
  #bar {
    display: none;
  }
}

.notification {
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #b72a2a;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  font-size: 16px;
  width: 300px;
  z-index: 9999;
  transition: top 0.5s ease-in-out;
}

.notification-icon {
  margin-right: 10px;
}

.notification-content {
  flex-grow: 1;
}

.close-notification {
  cursor: pointer;
}

.notification.slide-in {
  top: 20px;
}

.notification.slide-out {
  top: -100px;
}

.notification.success {
  background-color: #2ab72a;
}

.notification.success .notification-icon {
  color: #fff;
}

.language-selector {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 8px;
  border-radius: 8px;
  z-index: 1000; 
}

#google_translate_element select {
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}

/* Oculta a barra de ferramentas do Google Translate */
body > .skiptranslate > iframe.skiptranslate,
body > #goog-gt-vt,
body > .skiptranslate > iframe {
  display: none !important;
}

/* Remove a interatividade de clicar para restaurar o texto original */
.goog-te-banner-frame.skiptranslate,
.goog-text-highlight,
span[onmouseover*="this.style"] {
    pointer-events: none !important;
}

/* Remove o ícone de idioma */
.goog-te-gadget-icon {
    display: none !important;
}
