/*
Descrizione:     Responsive Site based on HTML5, CSS3 and Font Awesome.
Versione:        0.2
Autore:          Francesco Ascione
Sito:
*/

/*---Login---*/
body, html{
	padding: 0;
	margin: 0;
	font-family: 'Bebas', sans-serif;
	height: 100%;
}

h1{
	color: #fff;
	margin: 3px;
}

.title{
	letter-spacing: 3px;
	font-weight: 900;
	margin-bottom: 15px;
	color: #fff;
}

.cover{
	height: 100%;
	width: 100%;
	background-position: center center;
	background-size: cover;
	position: fixed;
	top: 0;
}

.login__content{
	position: relative;
	height: auto;
	width: 300px;
	text-align: center;
	margin: 100px auto 0px;
}

.login__content__logo{
	max-height: 80px;
	transition: 0.5s;
}

.login__content__logo:hover{
	transform: scale(1.2);
}

.login__content__input{
	padding: 10px;
	margin: 10px;
	width: 200px;
	border: none;
	background-color: #fff;
	border-radius: 5px;
	color: #333;
	outline: none;
}

.login__content__button{
	padding: 10px;
	margin: 10px;
	width: auto;
	border: none;
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	transition: 1s;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	color: #333;
}

.login__content__button:hover{
	background-color: #333;
	font-size: 25pz;
	color: #fff;
	transform: scale(1.1);
}

i{
	color: #fff;
}

.login__content__link{
	color: #fff;
	text-decoration: none;
	margin-top: 20px;
	display: block;
}

.login__content__link:hover{
	text-decoration: underline;
}

.login__content__registration{
	text-decoration: none;
	margin-top: 5px;
	display: inline-block;
	width: auto;
	background: #333;
	color: #fff;
}

.login__content__registration:hover{
	color: #333;
	background: #fff;
}

.privacy__content{
	background: white;
	border-radius: 10px;
	padding: 10px;
}

.privacy__content__input{
	height: 20px;
	width: 20px;
}

.footer{
	width: 100%;
	position: relative;
	margin-top: 300px;
}

.footer p{
	text-align: center;
	color: #fff;
	margin: 10px;
}

/*---Registration---*/

.option__class{
	width: 150px;
	padding: 10px;
	margin: 10px;
	border-radius: 5px;
	text-align: center;
}

/*---Smartphone---*/

@media(max-width: 767px){

}
