.col-12 {
    margin-bottom: var(--margin-bottom);
}

.col-12:last-child {
    margin-bottom: 0;
}

.alert.alert-danger{
    margin-top: 5px;
}

.error {
    margin-top: 0 !important;
    margin-bottom: var(--margin-bottom);
}

#message {    
    aspect-ratio : 1 / 1;
    width: 100%;
}


/*FULL SCREEN LG*/
@media (min-width: 992px) {
    #message {    
        aspect-ratio : 1 / 0.3;
    }
}