﻿.input-error {
    width: auto;
    padding: 5px 8px;
    margin-top: -64px;
    /* left: 17px; */
    /* top: 0; */
    font-size: 11px;
    text-align: left;
    line-height: 14px;
    position: absolute;
    z-index: 1;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    color: #b94a48;
    display: none;
}

    .input-error:before {
        width: 0;
        border-style: solid;
        border-width: 7px 8px 0;
        bottom: -7px;
        content: "";
        display: block;
        left: 3px;
        position: absolute;
        border-color: #eed3d7 transparent
    }

    .input-error:after {
        width: 0;
        border-style: solid;
        border-width: 7px 7px 0;
        bottom: -6px;
        content: "";
        display: block;
        left: 4px;
        position: absolute;
        border-color: #f2dede transparent
    }

.password-toggle-icon {
    position: absolute;
    top: 64%;
    right: 79px;
    transform: translateY(-50%);
    cursor: pointer;
}

    .password-toggle-icon i {
        font-size: 14px;
        line-height: 1;
        color: #a39e9e;
        transition: color 0.3s ease-in-out;
        margin-bottom: 17px;
    }

        .password-toggle-icon i:hover {
            color: #ccc;
        }
