.h-10vh{
    height: 10vh !important;
}

.h-20vh{
    height: 20vh !important;
}

.h-30vh{
    height: 30vh !important;
}

.h-40vh{
    height: 40vh !important;
}

.h-50vh{
    height: 50vh !important;
}

.h-60vh{
    height: 60vh !important;
}

.h-70vh{
    height: 70vh !important;
}

.h-80vh{
    height: 80vh !important;
}

.h-90vh{
    height: 90vh !important;
}

.h-100vh{
    height: 100vh !important;
}


.bottom--1 {
    bottom: -1px !important;
}

.bottom--2 {
    bottom: -2px !important;
}

.bottom--3 {
    bottom: -3px !important;
}

.bottom--4 {
    bottom: -4px !important;
}

.bottom--5 {
    bottom: -5px !important;
}

.bottom--6 {
    bottom: -6px !important;
}

.bottom--7 {
    bottom: -7px !important;
}

.bottom--8 {
    bottom: -8px !important;
}

.bottom--9 {
    bottom: -9px !important;
}

.bottom--10 {
    bottom: -10px !important;
}


@media (min-width:992px) {

    .h-lg-100vh{
        height: 100vh !important;
    }
}

.txt-validate{
    font-size:14px !important;
    color:red !important;
}