﻿@font-face {
    font-family: 'pwd_icons';
    src: url('../fonts/passwordIcons/icomoon.eot');
    src: url('../fonts/passwordIcons/icomoon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/passwordIcons/icomoon.woff') format('woff'), 
         url('../fonts/passwordIcons/icomoon.ttf') format('truetype'), 
         url('../fonts/passwordIcons/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

span.preview {
    position: relative;
    left: -1.5em;
    cursor: pointer;
    font-family: pwd_icons;
    color: #1b1b1b;
}
