.kaj3 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    height: 540px;
}

.hache212 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    display: flex;
    justify-content: center;
}


.hache21 {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Espaciado entre los elementos del formulario */
}

label {
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
    margin-top: 10px;
    color: black;
}

input {
    padding: 10px;
    font-size: 14px;
    background-color: bisque;
    box-shadow: 2px 2px 2px black;
    position: relative;
    bottom: 2px;
    border: none;
}

input:hover {
    background-color: rgb(236, 235, 234);
    box-shadow: 2px 2px 2px black;
    position: relative;
    bottom: 2px;
    border: none;
    font-size: 16px;
}

button{
    height: 30px;
    margin-top: 15px;
    color: rgb(251, 250, 252);
    background-color: rgb(10, 81, 233);
    box-shadow: 2px 2px 2px black;
    border: none;
    border-radius: 3%;
}

button:hover{
    color: rgb(16, 16, 16);
    background-color: rgb(186, 50, 236);
}