.minigap {
    gap:10px;
}


.calendar-icon {
  width:1.5rem;
  height:1.5rem;
}

.timelabel {
  padding:2%;
  border-radius:15px;
  color:#fff;
  font-weight:bold;
  text-align:center;
  z-index:1001;
}

.decosectiune {
  height:100%;
  width:5px;
  position:absolute;
  margin: 0 39%;
  z-index: 3;
}

.spaced {
  margin-left:10%;
}

.nl {
  z-index:10001;
  position:relative;
  padding-top:5%;
}

.form-container {
  width:70%;
  margin:5% auto;
}

.nlbtn {
  display:block;
  width:30%;
  margin:0 auto 10%;
}

.white-input {
  border-bottom:2px solid #fff;
  font-family: inherit;
  font-size:inherit;
  
}

.white-input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}



.decoimage {
  background-image: url(../../foto/watermark-3.png);
  width: 100%;
  height: 30rem;
  position: absolute;
  right: -66%;
  background-repeat: no-repeat;
  top: 15%;
  background-size: contain;
  transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}


@keyframes float {
	0% {
		
		transform: translatey(0px);
	}
	50% {
		
		transform: translatey(-20px);
	}
	100% {
		
		transform: translatey(0px);
	}
}

.send-icon {
  width:1rem;
  height:1rem;
}

@media only screen and (max-width: 768px) {
.nlbtn {
  width:100%;
}

.decosectiune {
  display:none;
}

.spaced {
  margin-left:0;
}

}