.connection {
  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 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 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%;
}

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

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

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

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