body{
    margin: 0px;
    background-color: #2C3E50;
    height: 100%;
}

h1{
font-family: 'Raleway', sans-serif;
font-weight: 900;
text-align: center;
color: #f1c40f;
letter-spacing: 0.5rem;
font-size: 70px;
}

h2{
font-family: 'Raleway', sans-serif;
font-weight: 600;
text-align: center;
color: #f1c40f;
letter-spacing: 7px;
font-size: 23px;
margin-top: -15px;
line-height: 0px;
margin-bottom: 60px;
}

.logo{
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: -41%;
width: 65%;
color: white;
background-color: #2c3e50;
border-style: solid;
border-color: white;
border-radius: 100px;
margin-bottom: 324px;
}



}

.fotoregistro{
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 138px;  
}

.fotoregistro img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

p{
    font-family: 'Raleway';
    font-weight: 300;
    color: #FFFFFF;
}

.recuadro{
    margin-top: 50px;
    margin-bottom: 100px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 66%;  

}

.recuadro input{
    font-family: 'Raleway';
    font-weight: 400;
    width: 100%;
    height: 75px;
    font-size: 40px;
    padding: 25px;
    border-right: none;
    border-top: none;
    background-color: #2C3E50;
    color: #FFFFFF; 
}

.recuadro ::-webkit-input-placeholder { color: white; }

.boton{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14%;
    width: 47%;
    color:white;
    background-color: #e85344;
    border-style: solid;
    border-color: white;
    border-radius: 100px; 
}

.boton:hover{
    background-color: #425e79;
    color: white;
    border-radius: 100px;
}

h3{
    font-family: 'Raleway', sans-serif;
    font height: 700;
    font-size: 50px;
    text-align: center;
    color:white;
    margin-top: 5.5%;
    height: 27px;
}

a{
    text-decoration: none;
    color: black;
}