* {
    box-sizing: border-box;
  }

  body{
    justify-content: center;
     
  }
  
  img{
      width: 40%;
      position: center;
      text-align: center;
      display: flex;
      justify-content: center;
      

  }
   

  .botones{
   
    justify-content: center;
  }

  .completa{
    display: flex;
    justify-content: center; 
  }

  

  .contenedor{
display: flex;
justify-content: center;
}

  h1{
font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 15pt;
  color: #01395a;
  margin: 1em;
  padding: 1em;
  display: flex;
  justify-content: center;
  
    }

    .email{
        background-color: #FF9C00;
        padding: 5pt;
        margin: 1em;
        width: 80%;
        border-radius: 15px;
        
     
        
    }
    .contrasena{
        background-color: #FF9C00;
        padding: 5pt;
        margin: 1em;
        width: 80%;
        border-radius: 15px;
    }
    
    .confirmar{
        background-color: #FF9C00;
        padding: 5pt;
        margin: 1em;
        width: 80%;
        border-radius: 15px;

    }

    .nombre{
        background-color: #FF9C00;
        padding: 5pt;
        margin: 1em;
        width: 80%;
        border-radius: 15px;

    }

    .dni{
        background-color: #FF9C00;
        padding: 5pt;
        margin: 1em;
        width: 80%;
        border-radius: 15px;
    }

    .direccion{
        background-color: #FF9C00;
        padding: 5pt;
        margin: 1em;
        width: 80%;
        border-radius: 15px;
    }
    h3 {
        font-size: 11pt;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: #01395a;
        padding: 1em;
        text-decoration: none;
        
    }

    
ul{
    list-style: none;
}

    .acepto{
        font-size: 12pt;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color:#01395a;
        display: flex;
      margin-left: 80pt;
        
    }

    .registrate{
        display: flex;
      justify-content: center;
      background-color:#F37369;
      width: 50%;
      margin: 80pt;
      font-family: Verdana, Geneva, Tahoma, sans-serif;


    }
a{
    color: #01395a;
    text-decoration: none;
}

    a:hover {

        color:#FF9C00;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        text-decoration: none;
        
    }


    h2{
        font-family: Verdana, Geneva, Tahoma, sans-serif    ;
        color: #FF9C00;


       


    }

    .cuadrado{
        width: 20px;
        height: 20px;
        border: 3px solid #555;
        margin-left: 300pt;
        margin-top: -30pt;
       
        

    }

    footer{
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: whitesmoke; 
        font-size: 9pt;
        background-color:#01395a;
    padding: 1em;
    }



