*{
	margin:0;
	padding: 0;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    color: #515151;
    background-color: #ffffff;
}
header{
	width: 100%;
	height: 150px;
	background: rgb(41,41,41);
}
.logo{
    width: 35%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 22px;
}
.logo img{
	width: 100%;
}

.text{
width: 50%;
    margin: 0 auto;
    height: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}
.text p{
text-align: justify;
    color: rgb(41,41,41);
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.contenedor{
	width: 80%;
	margin:0 auto;
}

.res{
	width: 100%;
	text-align: center;
}
.res h2{
	color: rgb(41,41,41);
    font-size: 18px;
    font-weight: 600;
}

label{
    color: rgb(41,41,41);
    font-size: 24px;
    font-weight: bolder;
}
input[type="email"],input[type="text"],input[type="password"]{
    background: white;
    border: 1px solid gray;
    width: 100%;
    height: 30px;
    padding: 5px;
    color:rgb(41,41,41);
    font-size: 16px;
    margin-bottom: 10px;
}
input[type="submit"]{
    padding: 15px;
    background: rgb(252,13,27);
    margin-top: 10px;
    color: white;
    font-size: 15px;
    float: right;
    margin-bottom: 5px;
    margin-right: 5px;
    border:1px solid rgb(252,13,27);
}
input[type="submit"]:hover{
    border:1px solid rgb(252,13,27);
    background: white;
    color: rgb(252,13,27);
    cursor: pointer;
}
textarea{
    background: white;
    border: 1px solid gray;
    width: 100%;
    height: 150px;
    padding: 5px;
    color:rgb(41,41,41);
    font-size: 16px;
}