body{
     background:white;
}
*{
    background:white;
}
h2{
    text-align:center;
}
img{
    margin:auto;
    padding-top:30px;
    padding-bottom:30px;
    
}

.logotipo{
    text-align:center;
}
.formulario{
    width:40%;
    border:solid #c2d0d6;
    margin:auto;
    padding:20px 10px 40px;
    border-radius:5px;
    min-width:300px;
    max-width:400px;
}

.contenedor{
    text-align:center;
    padding:8px;
}

.textos{
    padding:10px;
    width: 80%;
    font-size:1.2em;
}

.contenedorboton{
    text-align:center;    
}

.boton{
    margin-top:10px;
    background:#0685bb;
    padding:10px 20px;
    width:82%;
    font-size:20px;
    border:none;
    color:white;    
    border-radius:5px;
}
.boton:hover{
    color:aquamarine;
    cursor:pointer;
}

.footer{
    margin-top:20px;
    font-size:10px;
    text-align:center;
}
.botonvolver{
    margin-top:20px;
    text-align:center;    
    margin-bottom:-20px;
}
.botonvolver a{
    text-decoration: none;    
    background:#008CBA;     
    margin-top:10px;
    border-radius: 15px;
    text-align: center;
    padding:10px;
    font-size:0.7em;
    color:white;    
}
