.area {
    background-color: rgba(248, 248, 248, 0.564);
    height: 50em;
    width: 40em;
    margin: 0 auto;
}

label {
    display: block;
    margin-bottom: 5px;
  }
input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
body {
    background-image: url(/pag/imag/portals.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
}
.izquierda{
    
    margin-left: 20px;
}

.corderover {
    margin-top: 20px;
}


.inputs {
    margin-top: 100px;
    width: 200px;
}

.derecha {
    width: 200px;
}

.cordedevuover, .cordedevunet{
    margin-left: 400px;
    margin-top: 10px;
}
.valordevolver{
    margin-top: -170px;
}


.logo {
    margin-top: -50px;
    
    background-color: red;
    height: 60px;
    width: 100px;
    border-radius: 10px;
}

.letra {
    margin-left: 40px;
    background-color: white;
    height: 30px;
    width: 10px;
    box-shadow: 10px 10px blue;
}

.letra1{
    margin-left: 70px;
    
    background-color: white;
    height: 30px;
    width: 10px;
    box-shadow: 10px -10px green;
}

.letra2{
    margin-left: 5px;
    background-color: none;
    background-color: white;
    width: 30px;
    height: 30px;
    margin-top: -45px;
    border-radius: 50%;
}

.inicio {
    margin-top: -800px;
    margin-left: -1600px;
}
