body {
    min-height: 100vh;
}


.w-5cm {
    width: 5cm;
}

.w-10cm {
    width: 10cm;
}

.max-w-20cm {
    max-width: 20cm !important;
}

.w-20cm {
    width: 20cm !important;
}

.w-25cm {
    width: 25cm !important;
}

.w-30cm {
    width: 30cm !important;
}

.password {
    -webkit-text-security: disc;
}

a:hover {
    transform: translate(0, -1mm);
    scale: 1.05;
    transition: all .2s;
    z-index: 99999;
}