.logo {
  max-width: 159px;
  max-height: 156.02px;
}

.font-inter {
  font-family: Inter, sans-serif;
}

.stroke-outside-100 {
  -webkit-text-stroke: 1px #000; /* For Safari */
  -moz-text-stroke: 1px #000; /* For Firefox */
  text-stroke: 1px #000;
  color: transparent;
}

.search-bar {
  border-radius: 12px;
  background-color: #25ade3;
  padding: 3px;
  max-width: 1002px;
  max-height: 70px;
}

.search-bar input {
  border-radius: 12px 0 0 12px;
  border: none;
  padding: 10px;
}

.search-bar button {
  background-color: #25ade3;
  color: #fff;
  padding: 10px 20px;
}

.content-container {
  background-color: #25ade3;
  padding: 23px 3px 3px 3px;
  border-radius: 12px;
}

.content-container-body {
  border-radius: 12px;
}

.password-form {
  border: 5px solid #25ade3;
  border-radius: 12px;
}

.password-form input {
  border: none;
  border-radius: 12px 0 0 12px;
}

.email-form {
  border: 5px solid #25ade3;
  border-radius: 12px;
}

.btn-form {
  background-color: #25ade3;
  color: #fff;
  border-radius: 12px;
  font-weight: bold;
}
