/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.card-field {
    position: relative;
    width: 100%;
}

.card-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.card-field input {
    width: 100%;
    padding: 10px 10px 10px 50px !important; /* espacio a la izquierda para el icono */
    box-sizing: border-box;
}