  
        .input-control.success input {
            border-color: #09c372;
        }
    
        .input-control.error input {
            border-color: #ff3860;
        }
    
        .input-control .error {
            color: #ff3860;
            font-size: 13px;
            height: 13px;
        }
        .input-control {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.toggle-password i {
    font-size: 16px;
    color: #666;
}
