* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

.login {
  background: transparent;


	height: 80vh;
}
body{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;

}
#sfondo_servizio{
margin-top: 50px;
height: 100%;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.login-heading {
  font-weight: 300;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
}

.bg-image{
  background-image: url(../img/blobuno.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;

}
p, a {
  color: #fff !important;
}

.container_footer{
  background-image: url(../img/footertradexpress.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
}
.axis_te{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
#accedi_btn {
  position: relative;
  background-color: #191919;
  box-shadow: #d3353d 0px 4px 0px 0px;
  padding: 5px;
  background-repeat: no-repeat;
  cursor: pointer;
  text-transform: uppercase;
  width: auto;
  height: auto;
  color: #fff;
  border: none;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  overflow: hidden;
}

#accedi_btn::before {
  content: "";
  background-color: #db4850;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 700ms ease-in-out;
  display: inline-block;
}

#accedi_btn:hover::before {
  width: 100%;
}
.change{
  color: #191919 !important;
}
