*{
        padding: 0;
        margin: 0;
        color: #1b1b1b;
        font-family: sans-serif;
}

body{
        background: url("fondo1.svg");
}

.formu{
        max-width: 400px;
        width: 100%;
        display: block;
        box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
        background-color: white;
        padding: 40px;
        margin: auto;
        margin-top: 250px;
}
#ia{
        width: 130px;
}
#p{
        margin: 15px 0;
        font-size: 25px;
        line-height: 26px;
        font-weight: 600;
        font-family: sans-serif;
}
.camp input{
        width: 95%;
        border: none;
        border-bottom: 1px solid #545454;
        padding: 10px 0;
        font-size: 16px;
        margin-bottom: 15px;
        outline: none;
}
a{
        color: #0067b8;
        text-decoration: none;
}
.aS{
        font-size: 14px;
        line-height: 40px;
}
.btn{
        display: flex;
        justify-content: flex-end;
        margin: 10px;
}

#btn{
        color: white;
        background-color: #0067b8;
        outline: none;
        padding: 7px 15px;
        font-size: 17px;
        cursor: pointer;
        border: none;
}
#btn:hover{
        background-color: #00599F;
}
.cua{
        margin-bottom: 400px;
}

#btn2{
        color: white;
        background-color: #0067b8;
        outline: none;
        padding: 7px 15px;
        font-size: 17px;
        cursor: pointer;
        border: none;
}
#btn2:hover{
        background-color: #00599F;
}

@media (max-width: 920px) {
        html, body {
                height: 100%;
                overflow: hidden;
                background: white;
                display: flex;
                align-items: center;
                justify-content: center;
                padding-bottom: 200px;
        }
        .cua {
                width: 100%;
                margin-bottom: 0;
                padding: 0 24px;
        }
        .formu {
                box-shadow: none;
                margin-top: 0;
                padding: 40px 10px;
                min-height: 370px;
        }
        br { display: none; }
}
