
.error {
    font-weight: bold;
    color: crimson;
}

.success{
    font-weight: bold;
    color: #13A100;
}

.personal-data {
    display: none;
}


.buzon {
    position: fixed;
    bottom: 0;
    z-index: 100;
}

@media only screen and (max-width: 768px) {
    .buzon {
        width: 40%;
    }
}