.input-group-text {
    
    display: flex;
    align-items: center;
    height: calc(1.5em + 0.75rem + 2px); /* Igualar altura con el input */
}

body {
    display: flex;
    min-height: 100vh;            
    height: 100vh; /* Ocupa toda la altura de la ventana */
    margin: 0;
    background-color: white; /* Fondo blanco */
    background-image: radial-gradient(circle, #cccccc 10%, transparent 10%);
    background-size: 10px 10px; /* Tamaņo de cada bolita */
}