@font-face {
    font-family: 'AvenirCondensedHand';
    src: url(../font/AvenirCondensedHand.ttf);
}

body {
	background: url(../img/back1.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	 font-family: 'AvenirCondensedHand';
}




/* HEADER */

.header {
	padding: 40px 80px;
}

.header a {
	color: white;
	text-decoration: none;
	font-family: 'Wendy One', sans-serif;
	float: left;
}

.prout{
	float: left;
	color: #fff;
	font-family: 'Wendy One', sans-serif;
}

li:hover{
	color: #000;
}


ul li{
	display: inline-block;
	margin: 0 15px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Lato', sans-serif;
}

ul{
	float: right;
}
/* HEADER*/





.left {
	float: left;
}
.right {
	text-align: right;
}

.principal {
	padding: 50px 98px 127px 98px;	
}

.container {
	text-align: center;
}

.container h2 {
	font-size: 60px;
	font-weight: bold;
}

.container input {
	margin:auto;
	display: block;
	width: 300px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 25px;
}

.container button {
	    border: none;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 10px;
}

.container label {
	font-weight: bold;
}
.container label a {
	color: white;
	text-decoration: none;
}

.alert {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}