.signup-container {
  width:85%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  align-self: center;
  @media screen and (min-width: 768px) {
    width: 100%;
    max-width: 600px;
    font-size: 20px;
  }
}
.titles{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.titles h1{
  margin-bottom: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}

.titles .catch-phrase{
  color: #0f3250;
  font-size: 12px;
  text-align: center;
}

.titles .special-salon{
  color: white;
  font-size: 12px;
  text-align: center;
  display: inline-flex;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.2rem 0.5rem;
  margin: 0;
  background-color: #d34336;
  text-transform: uppercase;
  transform: rotate(-2deg) translateY(-14px) scale(0.8);
}

.titles .special-salon img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: inherit;
  fill: white;
  margin: 0;
  transform: scale(0.8);
}
.titles h2{
  color: #0f3250;
  font-size: 20px;
  font-weight: 700;
}

.login-link {
  color: #707070;
  font-size: 80%;
  margin-bottom: 2rem;

  a {
    color: #a8131d;
    text-decoration: none;
  }
}

.btn{
  color: #ffffff;
  background-color: #0f3250;
  justify-content: center;
  width : 100%;
}

.suggestions-list{
  max-height: 25vh;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  z-index: 1000;
}

.partners{
  color: #0f3250;
  text-align: center;
  font-size: 80%;
  font-style: italic;
}

.partners-logos{
  display: flex;
  gap: 1rem;
  justify-content: center;
}

form{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

label{
  color: #888;
  font-size: 14px;
}
