.container {
    max-width: 450px;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.12); /* Agregando la sombra */
}

p.info_pasos {
    text-align: center;
    font-size: 0.9em;
}

h2.mt-4 {
    text-align: center;
    text-transform: uppercase;
}

p.desc_paso {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}

.full-width-btn {
    width: 100%;
}

.form {
    /* padding: 15px; /* Ajusta el valor del padding según tus necesidades */
}

.btn-custom {
    font-weight: bold;
    font-size: 1.2em; /* Tamaño de fuente más grande */
}

body {
    background-color: #EDEDED;
    font-size: 18px;
    padding: 20px;
}