.fondo{
	background-attachment:fixed;
	background-size:100% 100%;
	background-image:url(bg/fondo.jpg);
}
.login-form{
	margin-top: 7%;
	width: 30%;
	background-color: #FFFFFF;
	border-radius: 15px;
	padding: 20px;
}
.flexcenter{
	justify-content: center;
	align-content: center;
	align-items: center;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.fullwrapper{
	width: 100%;
	height: 100%;
}
.image60{
	width: 60%;
	height: auto;
}
.mb-50{
	margin-bottom: 50px;
}
.btn-vine {
  color: #fff;
  background-color:#7F271B;
  border-color: #581B12;
}
.btn-vine:hover {
  color: #fff;
  background-color: #A18800;
  border-color: #6A5A00;
}
@media screen and (max-width: 769px){
  .login-form{
  	margin-top: 25%;
    width: 70%;
  }
}