.slide 
{
	position:fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	transition: opacity 1s ease-in-out;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

	opacity: 0;
}
.show 
{
	opacity: 1;
}
.cookies
{
	background: -webkit-linear-gradient(rgba(60, 60, 60, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -moz-linear-gradient(rgba(60, 60, 60, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -o-linear-gradient(rgba(60, 60, 60, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: linear-gradient(rgba(60, 60, 60, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
	
	position: absolute;
	padding: 10px;
	bottom: 2%;
	width:90%;
	margin-left: 5%;
	height: auto;
	overflow: hidden;

	color:rgba(255, 255, 255, 0.8);

	border-radius: 5px;	
}

.content-login
{
	background: -webkit-linear-gradient(rgba(60, 60, 60, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -moz-linear-gradient(rgba(60, 60, 60, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -o-linear-gradient(rgba(60, 60, 60, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: linear-gradient(rgba(60, 60, 60, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
	
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -15rem;
	margin-top: -10rem;
	width: 30rem;
	height: auto;
	overflow: hidden;

	color:rgba(255, 255, 255, 0.8);

	border-radius: 25px;	
}

.logologin
{
	margin-top:30px;
	margin-bottom:30px;
}

.button_login
{
	padding:1.5rem 1.5rem 1.5rem 1.5rem;
	color: rgba(255, 255, 255, 0.8);
	background: #eb5940;
	font-size: 1.5rem;
	border-radius: 0.3rem;
	cursor: pointer;
	overflow: hidden;
	margin:10px;
	width:350px;
}

.button_login_pass
{
	padding:1.5rem 1.5rem 1.5rem 1.5rem;
	color: rgba(255, 255, 255, 0.8);
	background: #e49022;
	font-size: 1.5rem;
	border-radius: 0.3rem;
	cursor: pointer;
	overflow: hidden;
	margin:10px;
	width:350px;
}