@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?bbw88y');
    src:    url('fonts/icomoon.eot?bbw88y#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?bbw88y') format('truetype'),
        url('fonts/icomoon.woff?bbw88y') format('woff'),
        url('fonts/icomoon.svg?bbw88y#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*[data-icon]:before { content: attr(data-icon); }*/

/*[data-icon]:before,
.icon-isotipo:before,*/
.icon-password:before,
.icon-usuario:before,
.icon-mail,
.icon-checkmark,
.icon-pencil,
.icon-check {
  display: inline-block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.icon-checkmark {
	display: inline-block;
	font-weight: bold;
	font-size: 45px;
	background: #ffffff;
    color: #99FF66;
    border-radius: 100%;
    padding: 10px;
}
.icon-check:before { content: "\e602"; }
.icon-pencil:before { content: "\e605"; }
.icon-password:before { content: "\e603"; }
.icon-usuario:before { content: "\e600"; }
.icon-mail:before { content: "\e604"; }
.icon-checkmark:before { content: "\e900"; }