body {
    background-image: url("../images/fondo2.png");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

#login {
    margin: 10% 18%;
    height: 500px;
}

#solicitud,
#iniciar {
    padding: 1.8em;
    h1

{
    text-align: center;
    font-weight: bold;
    font-size: 2em;
}

}

#login {
    color: white;
    border-radius: 37px;
    box-shadow: #000000 0.5em 0.5em 2em;
}

#solicitud {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.204);
    backdrop-filter: blur(5px);
    color: white;
    border-radius: 37px 0px 0px 37px;
}

#iniciar {
    background-color: white;
    color: #0080FF;
    border-radius: 0px 37px 37px 0px;
    padding: 1em 2.5em;
}

.soliCuenta {
    border-radius: 37px;
    text-align: center;
    font-weight: bolder;
    background-color: white;
    padding: 1em 2em;
    height: 500px;
    width: 420px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    box-shadow: #000000 0.5em 0.5em 2em;
    h2

{
    font-weight: 800;
    color: #3653fd;
}
}
