.sb__contenedor {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sb__contenedor__mensaje {
    max-width: 280px;
    padding: 0 15px;
    text-align: center;
}
    .sb__contenedor__mensaje.expiro {
        max-width: 300px;
    }
    .sb__contenedor__mensaje.invalido {
        max-width: 355px;
    }

.sb__mensaje__titulo {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.25px;
    margin-bottom: 10px;
}

.sb__mensaje__parrafo {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #7F7E7E;
    text-align: center;
    letter-spacing: 0.25px;
}
.sb__mensaje__link {
    color: #7F7E7E;
    text-decoration: underline;
}