body {
    background-image: url("../img/portada.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.warning-txt{
    color: red;
}
.success-txt{
    color: green;
}