.password-wrapper {
    position: relative;
}

    .password-wrapper .form-control {
        padding-left: 40px;
        padding-right: 40px;
    }

.password-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #a7b1c2;
    font-size: 18px;
    pointer-events: none;
}

.toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    font-size: 18px;
}

.remember-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forgot-link a {
    color: #337ab7;
    font-size: 13px;
    text-decoration: none;
}

    .forgot-link a:hover {
        text-decoration: underline;
    }