body{
	background-color:#F1F0ED;
	font-family:Arial, Helvetica, Sans-serif;

}

/*--- Logo ---*/

.contenedor .header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.contenedor .header .logo {
	margin:;
}
.contenedor .header .logo a {
	font-size:25px;
	font-family:raleway-regular;
	color:#000;
	text-decoration: none;
}
.contenedor .header .logo a span{color:#F8CE5B;}

/*--- Formulario ---*/

.formulario {
	width:100%;
}

form{
	width:25%;
	border:1px solid #ccc;
	border-radius: 5px;
	margin: 30px auto;
	padding:20px;
}

h1 {
	text-align:center;
	font-family:Zilla-Light;
	font-size:30px;
	margin-top:0px;
	color:black;
}

input {
	margin-bottom:20px;
	width:100%;
	padding:8px;
	box-sizing:border-box;
	border:1px solid #fff;
	border-radius:3px;
}

input:focus {
	border: 1px solid #C77F36;
	outline:none;
	transition: border 0.3s;
}

input[type="submit"] {
	margin-bottom:0px;
	background:#F8CE5B;
	border:none;
	color:#000000;
}

input[type="submit"]:hover {
	 background:#f5d673;
	 cursor:pointer;
	 transition: background 0.3s;
}

.contenedor .formulario form p {
font font-family: arial;
font-size:15px;
}

.contenedor .formulario form p a{
	text-decoration: none;
}