body{
    border: 0px solid red;
    height: 100vh;
    display: block;
}
main{
    border: 0px solid red;
    min-height: 70vh;
}

/**
errores en lso formularios
**/
.title-container{
    display: flex;
   align-content: center;
   justify-content: space-between;
}

.span_error{
    border:1px solid red;
    display: block;
    margin-top: 5px;
    background-color: #ca0b0b;
    color: #e4e1e1;
    padding:5px;
    border-radius: 5px;
}
.span_success{
    background-color: #009929;
    color:#fff;
    padding:2px;display: block;
    padding:5px;
    border-radius: 5px;
}