/**
 * NOTICE OF LICENSE
 *
 * This file is licensed under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * You must not modify, adapt or create derivative works of this source code.
 *
 * @author    Active Design <office@activedesign.ro>
 * @copyright 2016-2021 Active Design
 * @license   LICENSE.txt
 */

#strong_password_box {
    position: absolute;
    bottom: -65px;
    z-index: 100;
    width: 230px;
    font-size: 12px;
}

#strong_password_top {
    background: transparent url(../img/strong_pw_background_top.png) no-repeat left top;
    height: 20px;
    width: 228px;
}

#strong_password_bottom {
    background: transparent url(../img/strong_pw_background_bottom.png) no-repeat left top;
    height: 5px;
    width: 228px;
}

#strong_password_content {
    background: transparent url(../img/strong_pw_background_content.png) repeat-y left top;
    width: 228px;
    padding: 5px 15px 5px 10px;
    overflow: hidden;
}

#strong_password_title {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 16px;
}

.strong_password_line {
    display: inline-block;
    overflow: hidden;
    width: 204px;
}

.strong_password_failed {
    background-image: url(../img/strong_pw_background_failed.gif);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: left 3px;
    width: 19px;
    height: 19px;
    margin: 0;
    padding: 0;
    float: left;
}

.strong_password_succeed {
    background-image: url(../img/strong_pw_background_succeed.gif);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: left 3px;
    width: 19px;
    height: 19px;
    margin: 0;
    padding: 0;
    float: left;
}

.strong_password_description {
    width: 185px;
    float: left;
}