.password-help-box {
    position: absolute;
    left: 66%;
    width: 200px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 15px 16px 5px 16px;
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
    z-index: 1000;
}
.password-help-box li {
    margin-top: 6px;
}
.text-success {
    color: #619B2E !important
}
.text-danger {
    color: #ed5466 !important
}
/* ----------------------------
*           Iconos
* --------------------------- */
@font-face {
    font-family: 'iconfont';
    src:  url('../adminre/stylesheet/fonts/iconfont.eot');
    src:  url('../adminre/stylesheet/fonts/iconfont.eot?#iefix') format('embedded-opentype'), 
        url('../adminre/stylesheet/fonts/iconfont.svg#iconfont') format('svg'),
        url('../adminre/stylesheet/fonts/iconfont.woff2') format('woff2'), 
        url('../adminre/stylesheet/fonts/iconfont.woff') format('woff'), 
        url('../adminre/stylesheet/fonts/iconfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
[class^="ico-"],
[class*=" ico-"] {
    display: inline-block;
    position: relative;
    top: 1px;
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ico-checkmark-circle2:before {
    content: "\e368";
}
.ico-close3:before {
    content: "\e36d";
}
