.lock-icon {
    background-image: url(/Content/images/icons/Lock.svg);
    height: 20px;
    width: 16px;
    background-repeat: no-repeat;
    display: block;
}

.icon-holder {
    background-color: #f3f2f0;
}

.icon-holder .icon {
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.icon-holder .icon.secure-icon {
    background-image: url(/Content/images/icons/Secure.svg);
    background-position: right 6px bottom 5px;
}

.icon-holder .icon.validate-icon {
    background-image: url(/Content/images/icons/Validate.svg);
    background-position: right 5px bottom 4px;
}

.icon-holder .icon.error-icon {
    background-image: url(/Content/images/icons/Error.svg);
    background-position: right 6px bottom 6px;
}

.icon-holder .icon.success-icon {
    background-image: url(/Content/images/icons/Success.svg);
    background-position: right 4px bottom 6px;
}
