
.custom-icon-key{
	position: relative;
}

.custom-icon-key input {
    padding-left: 50px !important; 
}
.user-management .custom-icon-key i {
    position: absolute;
    padding: 10px;
    pointer-events: none;
	font-size: 32px;
    color: greenyellow;
}

form.woocommerce-checkout p#billing_wooccm13_field .custom-icon-key i {
    position: absolute;
    pointer-events: none;
	font-size: 20px;
    color: greenyellow;
	top: 37px;
	left: -35px;
	z-index: 10;
}

form.woocommerce-checkout p#billing_wooccm14_field .custom-icon-key i {
    position: absolute;
    pointer-events: none;
	font-size: 20px;
    color: greenyellow;
	top: 37px;
	left: -20px;
	z-index: 10;
}

form.woocommerce-checkout .custom-icon-key input {
	padding-left: 35px !important; 
}

