body {
  background-color: var(--thortal-main-blue);
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.logo-img {
  width: 330px;
  height: 50px;
}

.title {
  font: normal normal 900 32px/46px Montserrat;
  color: #FBFBFD;
  text-align: center;
}

.description {
  font: normal normal normal 14px/24px Montserrat;
  color: #FBFBFD;
  text-align: center;
}

#id_email {
  height: 60px;
  border-radius: 0;
  border: none;
}

label {
  display: none;
}

input[value="Reset my password"] {
  background-color: var(--light-blue);
  height: 60px;
  border-radius: 0;
  width: 100%;
  border: none;
  color: #FBFBFD;
}

