.sottologo {
  width: 600px;
  float: right;
  position: relative;
  height: 90px;
  background-image: url(../Media_prima_parte/images/haribo-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 3%;
  margin-right: 4%;
}

.pop_log h3 {
  font-family: "Ailerons";
  font-size: 38px;
  font-weight: 400;
  color: #a70008;
  border: 1px solid rgba(128, 128, 128, 0.3);
  /* padding-top: 16px; */
  /* height: 84px; */
  width: 100%;
  border-radius: 500px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px 16px;
}

.pop_log {
  height: 30%;
  width: 120px;
  margin: auto;
  vertical-align: middle;
}

.login-txt p {
  font-size: 14px;
  padding: 12px 36px 0;
}

.form-btn {
  margin-top: 8px;
}
