img.logo {
}

.contenitore {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media (max-width: 768px) {
  .contenitore {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 40px;
    transform: translate(0%,-50%);
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 30px!important;
  }
}

@media (max-width: 768px) {
  span {
    /*font-size: 40px;*/
  }
}

.btn:hover {
  background: rgb(97,104,246);
  color: #fff!important;
}

@media (max-width: 768px) {
  body {
    background: url("../../assets/img/Artboard%201.png");
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 768px) {
  body {
    background: url("../../assets/img/Untitled-2.png");
    background-size: cover;
  }
}

